diff options
author | wendy0402 <wendykurniawan92@gmail.com> | 2017-02-19 15:15:30 +0700 |
---|---|---|
committer | wendy0402 <wendykurniawan92@gmail.com> | 2017-02-19 15:15:30 +0700 |
commit | a29fbc213ca192af9994f61b67990172b9640855 (patch) | |
tree | eec663db657e721dbbdc13e360cdebf36b1e218b /changelogs | |
parent | 6eb45df2fd62c85920c3ef025d7dacadcda05bf4 (diff) | |
download | gitlab-ce-a29fbc213ca192af9994f61b67990172b9640855.tar.gz |
fix incorrect sidekiq concurrency count in admin background page
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/fix_sidekiq_concurrency_warning_message_in_admin_background_job_page.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix_sidekiq_concurrency_warning_message_in_admin_background_job_page.yml b/changelogs/unreleased/fix_sidekiq_concurrency_warning_message_in_admin_background_job_page.yml new file mode 100644 index 00000000000..e09d03bb608 --- /dev/null +++ b/changelogs/unreleased/fix_sidekiq_concurrency_warning_message_in_admin_background_job_page.yml @@ -0,0 +1,4 @@ +--- +title: fix incorrect sidekiq concurrency count in admin background page +merge_request: +author: wendy0402 |