discourse/app/jobs
Ted Johansson e60876ce49
FIX: Appropriately handle uninstalled problem checks (#28771)
When running checks, we look to the existing problem check trackers and try to grab their ProblemCheck classes.

In some cases this is no longer in the problem check repository, e.g. when the check was part of a plugin that has been uninstalled.

In the case where the check was scheduled, this would lead to an error in one of the jobs
2024-09-18 10:11:52 +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 FEATURE: Support designating multiple groups as mods on category (#28655) 2024-09-04 04:38:46 +03:00
scheduled FIX: Appropriately handle uninstalled problem checks (#28771) 2024-09-18 10:11:52 +08:00
base.rb FIX: chat mailer log noise (#28616) 2024-08-29 11:39:08 -03:00