An error occurred fetching the project authors.
- 24 Aug, 2021 2 commits
-
-
Furkan Ayhan authored
-
lauraMon authored
-
- 19 Aug, 2021 1 commit
-
-
Siddharth Asthana authored
Changelog: other
-
- 12 Aug, 2021 1 commit
-
-
Alex Kalderimis authored
This adds a queue for proxied JiraConnect installation event requests. Failures cause new attempts to be enqueued, up to three times. This ensures that we can retry, without tying up a worker thread, and allowing the attempts to be spread out over time, since if a remote server is experiencing downtime, we would anticipate immediate retries would be less likely to succeed.
-
- 10 Aug, 2021 1 commit
-
-
Simon Tomlinson authored
When a monthly-partitioned model is specified with `partition_by :some_column, retain_for: 2.months` this feature will detach partitions that are more than two months in the past. A week later, a second worker will drop the tables that were previously detached. Changelog: added
-
- 29 Jul, 2021 1 commit
-
-
Shinya Maeda authored
This commit adds the cron worker for environments that marked for deletion. This also cleans up the unused environment refs. Changelog: added
-
- 28 Jul, 2021 1 commit
-
-
Rajendra Kadam authored
Updates service ping and onboarding progress worker
-
- 27 Jul, 2021 1 commit
-
-
Sean Arnold authored
-
- 26 Jul, 2021 1 commit
-
-
nicolewilliams authored
-
- 23 Jul, 2021 1 commit
-
-
Arturo Herrero authored
-
- 21 Jul, 2021 1 commit
-
-
Sean McGivern authored
Some workers can't be re-routed to a queue shared with other workers because they - or another worker - depends on specific information about that queue. For now, we'll tag those so we know which workers they are.
-
- 15 Jul, 2021 1 commit
-
-
Manoj M J authored
Resolve "Allow deduplication for UserRefreshFromReplicaWorker, while still reading from the replica database."
-
- 13 Jul, 2021 3 commits
-
-
Simon Tomlinson authored
By creating and detaching partitions using the same lease, we can easily skip the partition sync code if another node is currently executing it. This is safe because we have six months of headroom for future partitions and the job to sync partitions runs every six hours
-
Simon Tomlinson authored
This worker runs `PartitionManager.detach_partitions` on a schedule to trigger the detach logic for old database partitions that are no longer needed
-
Vitali Tatarintev authored
-
- 09 Jul, 2021 1 commit
-
-
Piotr Skorupa authored
-
- 08 Jul, 2021 2 commits
-
-
Markus Koller authored
This sets the `data_consistency` on all Jira Connect workers so they can use readonly database replicas. This is not compatible with idempotent workers so we have to remove that, although in practice it seems these jobs were never able to be deduplicated anyway. Changelog: changed
-
Piotr Skorupa authored
-
- 06 Jul, 2021 1 commit
-
-
Shinya Maeda authored
Currently, the AssignResourceFromResourceGroupWorker doesn't have any deduplication strategies, so that multiple jobs with the same argument could be scheduled simulteniously, which is suspected as a cause of race condition. This commit adds `until_executed` deduplication strategy to prevent multiple jobs from running on the same resource group. Changelog: fixed
-
- 02 Jul, 2021 1 commit
-
-
Siddharth Asthana authored
-
- 01 Jul, 2021 1 commit
-
-
Andy Soiron authored
When instance_url is set the JiraConnectInstallation serves as proxy for a self-managed instance. In this case it should forward the event.
-
- 30 Jun, 2021 1 commit
-
-
Manoj M J authored
This change allows UserRefreshFromReplicaWorker to read from replica
-
- 22 Jun, 2021 1 commit
-
-
Mathieu Parent authored
Item 2.5 of https://gitlab.com/gitlab-org/gitlab/-/issues/18997#note_530270349
-
- 16 Jun, 2021 1 commit
-
-
Manoj M J authored
Changelog: other
-
- 15 Jun, 2021 1 commit
-
-
Hordur Freyr Yngvason authored
-
- 14 Jun, 2021 1 commit
-
-
Matthias Kaeppler authored
By marking it delayed. This will enable the use of read replicas as long as they're caught up.
-
- 10 Jun, 2021 1 commit
-
-
Sean McGivern authored
This tag is GitLab.com specific and we don't need or want it for this worker.
-
- 09 Jun, 2021 3 commits
-
-
Vladimir Shushlin authored
It was replaced with Deployments::HooksWorker in previous release, so now we can remove
-
Matthias Kaeppler authored
By using delayed consistency, we increase the chance that this worker will read from replicas. We also decided that high urgency is not required. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62104
-
Alex Kalderimis authored
See merge request gitlab-org/gitlab!62761
-
- 08 Jun, 2021 1 commit
-
-
Furkan Ayhan authored
This worker does nothing but calling Ci::PipelineProcessing::AtomicProcessingService. And this service is an idempotent service. It does nothing unless the pipeline needs_processing? This change is behind a FF ci_idempotent_pipeline_process_worker
-
- 04 Jun, 2021 1 commit
-
-
Allison Browne authored
Remove the PipelineUpdateWorker and its queue and remove the build_ids argument from PipelineProcessWorker. Both have been deprecated for a few milestones. Changelog: removed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63323
-
- 27 May, 2021 3 commits
-
-
Vitali Tatarintev authored
Changelog: changed
-
Vitali Tatarintev authored
Changelog: changed
-
Adam Hegyi authored
Remove unused instance statistics workers Changelog: removed
-
- 26 May, 2021 1 commit
-
-
Igor Drozdov authored
We also use NOT EXISTS query instead of LEFT JOIN to avoid query timeout Changelog: performance MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56959
-
- 25 May, 2021 2 commits
-
-
Francisco Javier López authored
In this commit we remove some classes that we changed, because we needed to wait for a major version to come in order to remove them.
-
Manoj M J authored
This change avoids having conflicting Sidekiq workers in that use the `authorized_projects` namespace. Changelog: fixed
-
- 24 May, 2021 1 commit
-
-
charlie ablett authored
- Remove tests Changelog: removed
-
- 21 May, 2021 1 commit
-
-
Manoj M J authored
Use specialized worker to refresh authorizations on group share removal [RUN ALL RSPEC] [RUN AS-IF-FOSS]
-