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

Enable reliable fetch for Sidekiq #737

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

kitallis
Copy link
Member

Why

Since Tramline is very job-heavy and relies on them for critical tasks, we want our task queues to be reliable. This feature is available in the Sidekiq pro version but not in the open-source Sidekiq version that we use. We add this gem to add reliability to our job processing where, if the worker dies or there's a network interruption, messages are not lost (we're strictly talking about messages being processed, not the ones in scheduled / retry / dead queue).

Notes

Git-vendor the GitLab gem sidekiq-reliable-fetch directly since the previously available gem is not maintained anymore.

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