Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ls-schedule not listing schedules in chronological order #582

Open
kambiz-aghaiepour opened this issue Mar 17, 2025 · 0 comments
Open

Comments

@kambiz-aghaiepour
Copy link
Contributor

  • QUADS version (rpm -qa | grep quads and/or quads --version): QUADS version 2.1.6 bowie
  • Python version: Python 3.12.7
  • Operating System: F40

Describe the bug
Running: quads --host hostname --ls-schedule doesn't always show schedules in chronological order, e.g.

# quads --host $(quads --cloud-only --cloud cloud40 | tail -1) --ls-schedule
Default cloud: cloud01
Current cloud: cloud40
Current schedule: 3052
2242| start=2024-08-04T22:00, end=2024-09-01T22:00, cloud=cloud42
2458| start=2024-09-04T11:35, end=2024-11-03T22:00, cloud=cloud43
3052| start=2024-11-05T16:00, end=2025-04-06T22:00, cloud=cloud40
3044| start=2024-11-05T13:50, end=2024-11-05T15:24, cloud=cloud13

Notice that the schedule ID 3044 is lower than schedule id 3052, and even appears chronologically before the current (cloud40) schedule, but for some reason is printed to the screen in the output after the latest schedule.

@sadsfae sadsfae added this to the 2.x Series - Bowie milestone Mar 18, 2025
@sadsfae sadsfae changed the title ls-schedule not listing schedules in chronological order [BUG] ls-schedule not listing schedules in chronological order Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

2 participants