You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cs1867 observed non-starts for 24-hour latencybg when a schedule is specified.
This appears to be an edge case in the scheduler. Slip should never be reduced to negative. Also need to see why an identical proposed run range isn't treated as common.
scheduler DEBUG scheduler-pool-3: 3: Started worker runner
scheduler DEBUG 3: Participant list is ['xxx']
scheduler DEBUG 3: Binding from None
scheduler DEBUG 3: All participants are up.
scheduler DEBUG 3: Task URLs are ['https://xxx/pscheduler/tasks/45ed0f1b-41aa-4902-bfb3-9f333968dcbb']
vvvvv This is the interesting part:
scheduler DEBUG 3: Chopped slip to -1 day, 23:59:58
^^^^^
scheduler DEBUG 3: Possible run range {'start': '2024-03-11T19:58:55Z', 'end': '2024-03-12T19:58:55Z'}
scheduler DEBUG 3: Trying to schedule with priority None
scheduler DEBUG 3: Fetching proposals from https://xxx/pscheduler/tasks/45ed0f1b-41aa-4902-bfb3-9f333968dcbb/runtimes
scheduler DEBUG 3: Ranges: [R(2024-03-11 19:58:55+00:00..2024-03-12 19:58:55+00:00)]
scheduler DEBUG 3: Done fetching time ranges
vvvvv Also interesting because the one proposed range matches the possible range exactly.
scheduler DEBUG 3: Ranges in common: []
^^^^^
scheduler DEBUG 3: Unable: No times available for this run.
scheduler INFO 3: Posting non-starting run at 2024-03-11T19:58:50Z for task 45ed0f1b-41aa-4902-bfb3-9f333968dcbb: No times available for this run.
scheduler DEBUG 3: Thread finished
The text was updated successfully, but these errors were encountered:
@cs1867 observed non-starts for 24-hour latencybg when a schedule is specified.
This appears to be an edge case in the scheduler. Slip should never be reduced to negative. Also need to see why an identical proposed run range isn't treated as common.
Relevant parts of mesh config:
Relevant bit of task as posted by pSConfig:
Log from scheduler:
The text was updated successfully, but these errors were encountered: