You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My rails server using GoodJob 2.11.3 now shows the above warning upon startup. The warning disappears when removing GoodJob (when commenting out config.active_job.queue_adapter = :good_job).
It appears that the warning is thrown by concurrent-ruby when using the option timeout or timeout_interval.
The text was updated successfully, but these errors were encountered:
My rails server using GoodJob 2.11.3 now shows the above warning upon startup. The warning disappears when removing GoodJob (when commenting out
config.active_job.queue_adapter = :good_job
).It appears that the warning is thrown by concurrent-ruby when using the option
timeout
ortimeout_interval
.The text was updated successfully, but these errors were encountered: