How to run a scheduled job ?
-
Hello. I try to achieve a namechange for the trust_level groups. In order to modify the slug I need to run
Jobs::EnsureDbConsistency
but I don't find out where or how.
Related topic: https://meta.discourse.org/t/changing-trust-level-names-and-permissions/78392/32
Thx. -
This is a sidekiq job that is run every 12 hours it seems - https://github.com/discourse/discourse/blob/1472e47aae5bfdfb6fd9abfe89beb186c751f514/app/jobs/scheduled/ensure_db_consistency.rb#L6 .
If you visit
https://discourse.domain.com/sidekiq/scheduler
you can run the job there.