Commit Graph

9 Commits

Author SHA1 Message Date
Thong Kuah d6b952ad3e
Add frozen_string_literal to spec/workers
Adds `# frozen_string_literal: true` to spec/workers ruby files
2019-04-01 13:35:22 -03:00
Tiago Botelho 46b28842b6
StuckImportJobsWorker query performance optimization
Improves the performance of fetching the enqueued
projects for StuckImportJobsWorker, preventing a
statement timeout.
2018-11-07 21:24:31 +00:00
Lin Jen-Shin 4ee08b77bc Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
Tiago Botelho bddbcaefc2 Backports every CE related change from ee-44542 to CE 2018-05-04 17:33:26 +02:00
Douwe Maan 43a359ab78 Verify project import status again before marking as failed 2018-02-23 16:25:52 +01:00
Tiago Botelho e610f9604e Adds scheduled import jobs to the stuck import jobs detection worker. 2018-02-23 16:17:48 +01:00
Tiago Botelho f865b1b459 Backports EE mirror stuck handling feature (https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2628) to CE 2017-08-17 13:38:05 +01:00
Robert Speicher 72a7b30c9f Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
James Lopez 58371efbb0 Periodically mark projects that are stuck in importing as failed
Adds import jid to projects
Refactor middleware to set custom expiration time via sidekiq options
Add completed_jids option to sidekiq status and a few other changes
2017-04-05 16:11:51 +02:00