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

[refactor] Migrate from Sidekiq workers to ActiveJob jobs #153

Merged
merged 2 commits into from
May 21, 2019
Merged

Conversation

sman591
Copy link
Member

@sman591 sman591 commented May 21, 2019

Fixes #26

Rails 4.2 introduced ActiveJob a while back as a standardized way to define background jobs for Ruby on Rails.

This should make maintaining & developing new jobs easier as most online docs will talk about ActiveJob and not Sidekiq-specific jobs.

@sman591 sman591 merged commit cb0aa16 into master May 21, 2019
@sman591 sman591 deleted the activejob branch May 21, 2019 21:28
@sman591
Copy link
Member Author

sman591 commented May 23, 2019

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

Switch to ActiveJob /w Sidekiq backend for job processing
1 participant