Safety concern to use thread_queue
delivery method in Resque and Sidekiq
#593
Labels
thread_queue
delivery method in Resque and Sidekiq
#593
We use Ruby MRI to run Resque and Sidekiq. Sometimes, our code sends reports to Bugsnag within active db transaction blocks. To avoid long transactions, we prefer to defer the API calls after committing the db transactions.
Since v2.6 (#180), Bugsnag chose
synchronous
method for Resque and Sidekiq. #180 pointed out that Resque had an issue with ThreadQueue.After ~6 years, I wonder if it is safe to turn on
thread_queue
now.The text was updated successfully, but these errors were encountered: