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
2 - Skip foo while foo and bar are in state 'scheduled'
3 - Wait for scheduled time
Expected:
- action "bar" is started at the job's scheduled time (state starting/running/succeeded by the time it is observed)
- job state is (running/succeeded)
Observed:
- action "bar" is in state 'queued'
- job state is 'unknown'
The text was updated successfully, but these errors were encountered:
Repro:
1 - Create a regularly scheduled job with a dependency
2 - Skip foo while foo and bar are in state 'scheduled'
3 - Wait for scheduled time
Expected:
- action "bar" is started at the job's scheduled time (state starting/running/succeeded by the time it is observed)
- job state is (running/succeeded)
Observed:
- action "bar" is in state 'queued'
- job state is 'unknown'
The text was updated successfully, but these errors were encountered: