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

Retry scheduled process opn failure #38

Closed
wants to merge 1 commit into from
Closed

Conversation

pierredup
Copy link
Member

When a scheduled process returns an error, it does not automatically get retried and only runs again on the next schedule. Other process types are automatically retried after a delay, so this tries to align with the same process to retry a failed scheduled run. The process will keep on retrying until maxErrors is reached (if it's set), and won't trigger another scheduled run while the process is retrying. After a successful run, the process will only execute again on the next schedule (I.E it won't try to run previous schedules that were missed during the retry period).

@pierredup pierredup closed this Feb 24, 2025
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.

1 participant