summaryrefslogtreecommitdiff
path: root/app/workers/project_destroy_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-2/+1
* Enable 5 lines of Sidekiq backtrace lines to aid in debuggingsh-sidekiq-backtraceStan Hu2017-08-251-0/+1
* Revert "Merge branch 'sh-sidekiq-backtrace' into 'master'"Robert Speicher2017-08-251-1/+0
* Enable 5 lines of Sidekiq backtrace lines to aid in debuggingStan Hu2017-08-241-0/+1
* Move exception handling to executeTiago Botelho2017-07-261-1/+1
* Refactors Project Destroy service and worker codeTiago Botelho2017-07-201-5/+2
* Add specs for ProjectDestroyWorkerTiago Botelho2017-07-201-9/+6
* Handle errors while a project is being deleted asynchronously.Timothy Andrew2017-07-201-0/+3
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-2/+1
* Fix skip_repo parameter being ignored when destroying a namespaceStan Hu2016-08-031-1/+1
* Exclude projects pending deletion from all resultsZeger-Jan van de Weg2016-03-311-1/+1
* First pass at deleting projects in the background.Josh Frye2016-01-291-0/+17