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::EnsureDbConsistencybut 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/scheduleryou can run the job there.
-
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/scheduleryou can run the job there.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login