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

feat: [AXM-589] Add retry to content generation task #2574

Conversation

KyryloKireiev
Copy link

Description

Add retry to offline content generation task - generate_offline_content_for_block
We used Exponential Backoff with 5 attempts for the generate_offline_content_for_block task.

Example Retry Intervals:

  1. First attempt: 1 minute
  2. Second attempt: 2 minutes (1 minute * 2)
  3. Third attempt: 4 minutes (2 minutes * 2)
  4. Fourth attempt: 8 minutes (4 minutes * 2)
  5. Fifth attempt: 16 minutes (8 minutes * 2)

YouTrack

https://youtrack.raccoongang.com/issue/AXM-589

@NiedielnitsevIvan NiedielnitsevIvan merged commit c3bf3cc into mob-develop Jun 13, 2024
43 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