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

Delayed job integration fix #355

Merged
merged 2 commits into from
Dec 9, 2015
Merged

Conversation

jondeandres
Copy link
Contributor

From #350.

kroky and others added 2 commits December 1, 2015 11:46
Problem: previous Rollbar DelayedJob plugin used Worker Lifecycle
directly to register the around hook. DelayedJob now clears and
reinitializes the Lifecycle object upon Worker initializations.
This means that commands like `rake jobs:work` will first register
Rollbar hook, then initialize Worker which will clear the hook.

Solution: use the new plugins system to allow Worker to setup its
Lifecycle object and register all plugins when it needs to.
jondeandres added a commit that referenced this pull request Dec 9, 2015
@jondeandres jondeandres merged commit f4baffc into master Dec 9, 2015
@jondeandres jondeandres deleted the delayed-job-integration-fix branch December 9, 2015 17:08
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