Closed stympy closed 5 months ago
This workaround seems OK to me for Rails, but do people ever configure GoodJob directly?
I decided to ignore that possibility since this change is just about ActiveJob being used inside Rails. :)
This workaround seems OK to me for Rails, but do people ever configure GoodJob directly?
I decided to ignore that possibility since this change is just about ActiveJob being used inside Rails. :)
ðŸ§
Setting GoodJob's error handler with
config.good_job.on_thread_error=
in an initializer doesn't changeGoodJob.on_thread_error
by the time our plugin gets loaded.