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

misc: Extract DailyUsages::FillHistoryJob to a new long_running queue #3192

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

rsempe
Copy link
Collaborator

@rsempe rsempe commented Feb 14, 2025

The goal of this PR is to introduce a new Sidekiq queue long_running and extract DailyUsages::FillHistoryJob to that queue.

Indeed, we've seen in the past that running such a one-time job can be long and delay the execution of other tasks inside the low_priority queue.

@rsempe rsempe merged commit 40287a3 into main Feb 17, 2025
6 checks passed
@rsempe rsempe deleted the misc/long-running-jobs branch February 17, 2025 09:10
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