-
Notifications
You must be signed in to change notification settings - Fork 1
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
remove resque, use active_job instead #5
base: master
Are you sure you want to change the base?
Conversation
should have mentioned this the other night, but I'm open to making this an option if that's more desirable. |
Possibly my own miss configuration elsewhere, but I have found that https://github.com/notch8/irus_analytics/blob/active_job_edition/lib/irus_analytics/irus_analytics_logger.rb#L39-L43 is "hiding" log messages a in a Rails log file when the messages are sent by the worker and Rails is otherwise logging to STDOUT I stopped this by switching in
but that assumes that |
that seems to imply that Rails.logger is not set to stdout in whatever environment your background jobs are running under. Are you sure that |
This can still be used with Resque, but can now also be used with DelayedJob, Sidekiq or whatever other job processor your Rails app is running. Note that Hyrax uses ActiveJob.