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

Add RetryOnExceptionError class for handling task retries with custom logic #71

Merged
merged 7 commits into from
Oct 31, 2024

Conversation

julian-gula
Copy link
Contributor

  • Implement RetryOnExceptionError to manage retries based on poll attempts and log retry events
  • Add task TEST_simulate_retryable_error to demonstrate the retry logic functionality

@julian-gula julian-gula marked this pull request as draft September 27, 2024 11:50
MartinFoka and others added 6 commits October 29, 2024 17:32
… logic

- Implement RetryOnExceptionError to manage retries based on poll attempts and log retry events
- Add task `TEST_simulate_retryable_error` to demonstrate the retry logic functionality
…stom logic

- Implement updating callbackAfterSeconds inside task by using retry_delay_seconds
…nction

- Implement code updates and improvements
@MartinFoka MartinFoka force-pushed the feature/retry-exception-handling branch from 84a467d to 94b3bd2 Compare October 29, 2024 16:34
@MartinFoka MartinFoka marked this pull request as ready for review October 29, 2024 16:37
@jaro0149 jaro0149 merged commit 8362e1d into main Oct 31, 2024
5 checks passed
@jaro0149 jaro0149 deleted the feature/retry-exception-handling branch October 31, 2024 09:25
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.

3 participants