summaryrefslogtreecommitdiff
path: root/app/workers/repository_check/batch_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Use push events again to determine if repo needs checkingToon Claes2018-05-071-10/+2
* Rename methods to make it more clear what they doToon Claes2018-05-071-4/+6
* Refactor RepositoryCheck::BatchWorkerToon Claes2018-05-071-8/+23
* Fix incorrect break statementToon Claes2018-05-071-1/+1
* Due to caching, there is no need to check the settings every loopToon Claes2018-05-071-1/+2
* Remove `Rails.env.test?` from production codeToon Claes2018-05-071-12/+1
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-4/+4
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-11/+10
* Do not fsck projects less than a day oldJacob Vosmaer2016-04-261-2/+2
* Use more conservative limitsJacob Vosmaer2016-04-131-1/+1
* Clear repository check columns asynchronouslyJacob Vosmaer2016-04-131-0/+63