summaryrefslogtreecommitdiff
path: root/app/views/admin/background_jobs/show.html.haml
blob: 1001a69b787f91f07281e95f57c5a892a8dd23e0 (plain)
1
2
3
4
5
6
7
8
- page_title "Background Jobs"

%h3.page-title Background Jobs
%p.light GitLab uses #{link_to "sidekiq", "http://sidekiq.org/"} library for async job processing

%hr
.card
  %iframe{ src: sidekiq_path, width: '100%', height: 970, style: "border: 0" }