diff options
author | Oswaldo Ferreira <oswaldo@gitlab.com> | 2019-08-27 18:50:17 -0300 |
---|---|---|
committer | Oswaldo Ferreira <oswaldo@gitlab.com> | 2019-09-04 10:19:33 -0300 |
commit | b332caa4eb607073d62848c46a3fafbd660d18aa (patch) | |
tree | 76ccb1143cbf08eef4df9e3d82cdffbac6049ad2 /config/sidekiq_queues.yml | |
parent | ab2d5fdd6ae7686b808167da96ad3fe5ba21abc8 (diff) | |
download | gitlab-ce-b332caa4eb607073d62848c46a3fafbd660d18aa.tar.gz |
Backport "Track repository pushes as audit events"
Diffstat (limited to 'config/sidekiq_queues.yml')
-rw-r--r-- | config/sidekiq_queues.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml index ea165508d29..7edec576f9a 100644 --- a/config/sidekiq_queues.yml +++ b/config/sidekiq_queues.yml @@ -102,6 +102,7 @@ - [create_github_webhook, 2] - [geo, 1] - [repository_update_mirror, 1] + - [repository_push_audit_event, 1] - [new_epic, 2] - [project_import_schedule, 1] - [project_update_repository_storage, 1] |