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

workflow: Add auto retry of paused records #93

Merged
merged 5 commits into from
Feb 21, 2025

Conversation

andrewwormald
Copy link
Collaborator

This MR adds automatic retrying of paused records. This is necessary as paused records will block creation of new records for the same foreign ID. Paused records should be cancelled if they should not be retried. In the case that retrying is not desired then providing the build option of DisablePauseRetry will disable retries of paused records.

Retrying of paused records is on by default as the only automated pausing is via a non-default config and manual pausing should never be permanent but temporary.

@andrewwormald andrewwormald force-pushed the andreww-addAutoRetryOfPausedRecords branch from f2161f0 to 79012e7 Compare February 21, 2025 09:19
@andrewwormald andrewwormald merged commit 7548142 into main Feb 21, 2025
7 checks passed
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.

2 participants