discourse/app/jobs
David Taylor c8c23ba557
DEV: Introduce deprecation warning for non-json Job arguments (#15842)
This commit introduces our own handling and warning for Sidekiq's new 'non-json-serializable' warning. This decouples us from Sidekiq's own deprecation cycle, and allows us to use our own deprecation system. It also means that the dump/parse happens in test mode, which will help us to catch occurrences before they reach production.
2022-02-07 17:59:55 +00:00
..
concerns DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
onceoff PERF: migrate normalized_emails in a migrations (#15166) 2021-12-02 15:08:22 +11:00
regular DEV: Use strings for :user_email job type argument 2022-02-04 18:28:18 +00:00
scheduled DEV: Update :critical_user_email calls to use strings (#15827) 2022-02-04 23:43:53 +00:00
base.rb DEV: Introduce deprecation warning for non-json Job arguments (#15842) 2022-02-07 17:59:55 +00:00