discourse/app/jobs
David Taylor c3a54eb30f DEV: Use strings for :user_email job type argument
Job arguments go via JSON, and so symbols will appear as strings in the Job's `#execute` method. The latest version of Sidekiq has started warning about this to reduce developer confusion.
2022-02-04 18:28:18 +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: Use strings for :user_email job type argument 2022-02-04 18:28:18 +00:00
base.rb DEV: Ensure Sidekiq job arguments have stringified keys 2022-02-04 18:28:18 +00:00