mirror of
https://github.com/discourse/discourse.git
synced 2026-07-30 16:18:16 -05:00
Use a dedicated thread to run Scheduler::Defer This avoids blocking of a worker during operations that require waiting. In particular uploads risked blocking a unicorn. This also add a queue "length" that discourse prometheus consumes.