discourse/app/jobs
Alan Guo Xiang Tan 1670ffe82d
DEV: Remove unnecessary thread in `Jobs::Base::JobInstrumenter` (#30179)
In `Jobs::Base::JobInstrumenter.raw_log`, we were creating an instance
of `Queue` and then pushing messages to the queue before popping it off
the queue in a thread. However, this complexity is not necessary when
we can just write directly to the logger without much overhead. This is
how all logging is done in other parts of the app as well.
2024-12-10 06:29:46 +08:00
..
concerns DEV: Apply syntax_tree formatting to `app/*` 2023-01-09 14:14:59 +00:00
onceoff FIX: Fix `Jobs::Onceoff.enqueue_all` undefined method for nilClass error (#28073) 2024-07-25 15:52:42 +08:00
regular DEV: Fix undefined variable (#29876) 2024-11-21 20:23:20 +02:00
scheduled DEV: Add tl3_custom_promotions plugin modifier to tl3_promotions.rb (#29834) 2024-11-22 15:28:43 -05:00
base.rb DEV: Remove unnecessary thread in `Jobs::Base::JobInstrumenter` (#30179) 2024-12-10 06:29:46 +08:00