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

Scheduler: don't skip cron activations #4310

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Michal-Leszczynski
Copy link
Collaborator

Previous behavior for a long run:

Cron activation: |-A-------A-------A------ ...
Task execution:  |-[EEEEEEEE]------[EEE]-- ...

Fixed behavior:

Cron activation: |-A-------A-------A------ ...
Task execution:  |-[EEEEEEEE][EEE]-[EEE]-- ...

Previous behavior for retries:

Cron activation:      |-A-------A-------A----- ...
Task execution/retry: |-[E]-[R]-[R]-----[EE]-- ...

Fixed behavior:

Cron activation:      |-A-------A-------A----- ...
Task execution/retry: |-[E]-[R]-[R][EE]-[EE]-- ...

Fixes #4309

Previous behavior for a long run:
Cron activation: |-A-------A-------A------ ...
Task execution:  |-[EEEEEEEE]------[EEE]-- ...

Fixed behavior:
Cron activation: |-A-------A-------A------ ...
Task execution:  |-[EEEEEEEE][EEE]-[EEE]-- ...

Previous behavior for retries:
Cron activation:      |-A-------A-------A----- ...
Task execution/retry: |-[E]-[R]-[R]-----[EE]-- ...

Fixed behavior:
Cron activation:      |-A-------A-------A----- ...
Task execution/retry: |-[E]-[R]-[R][EE]-[EE]-- ...

Fixes #4309
@Michal-Leszczynski Michal-Leszczynski force-pushed the ml/dont-skip-cron-activations branch from 223bc61 to 11592ea Compare March 25, 2025 10:30
@Michal-Leszczynski Michal-Leszczynski marked this pull request as ready for review March 25, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't skip cron activations
1 participant