-
Notifications
You must be signed in to change notification settings - Fork 0
Archive Trac check locked jobs globally
madscatt edited this page Jun 20, 2026
·
1 revision
Legacy Trac archive page imported from
check_locked_jobs_globally. Source: https://genapp.rocks/wiki/wiki/check_locked_jobs_globally. Review age, links, and examples before treating as current.
$ mongo applicationname
> db.joblock.find()
[only locked jobs will be listed]
> ^C
bye