mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Add rake task to drop a project's PostReceive jobs If a user pushes so many branches/tags to a project that Sidekiq gets clogged, you can use this script to drop _all_ PostReceive jobs for a given project. See merge request !1030