Skip to content
Snippets Groups Projects
Verified Commit 1c2ca9c7 authored by Carla Drago's avatar Carla Drago :red_circle: Committed by GitLab
Browse files

Merge branch 'auto_devops--auto-devops--disable-worker' into 'master'

Change data consistency for workers maintained by auto_devops

See merge request !170348



Merged-by: default avatarCarla Drago <cdrago@gitlab.com>
Approved-by: default avatarTiger Watson <twatson@gitlab.com>
Approved-by: default avatarCarla Drago <cdrago@gitlab.com>
Co-authored-by: default avatarLeonardo Rosa <ldarosa@gitlab.com>
parents 4424dbbf 32af56d2
No related branches found
No related tags found
1 merge request!170348Change data consistency for workers maintained by auto_devops
Pipeline #1510018039 passed with warnings
Pipeline: E2E CNG

#1510025039

    Pipeline: E2E Omnibus GitLab EE

    #1510025016

      Pipeline: E2E GDK

      #1510023504

        +30
        ......@@ -5,7 +5,6 @@ SidekiqLoadBalancing/WorkerDataConsistency:
        - 'app/workers/authorized_project_update/project_recalculate_worker.rb'
        - 'app/workers/authorized_project_update/user_refresh_from_replica_worker.rb'
        - 'app/workers/authorized_projects_worker.rb'
        - 'app/workers/auto_devops/disable_worker.rb'
        - 'app/workers/bulk_import_worker.rb'
        - 'app/workers/bulk_imports/entity_worker.rb'
        - 'app/workers/bulk_imports/export_request_worker.rb'
        ......
        ......@@ -4,7 +4,7 @@ module AutoDevops
        class DisableWorker # rubocop:disable Scalability/IdempotentWorker
        include ApplicationWorker
        data_consistency :always
        data_consistency :sticky
        sidekiq_options retry: 3
        include AutoDevopsQueue
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment