2020-07-28 23:09:34 +05:30
|
|
|
- page_title _("Background Jobs")
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2021-06-08 01:23:25 +05:30
|
|
|
%h3.page-title= _('Background Jobs')
|
|
|
|
%p.light
|
|
|
|
- sidekiq_link_url = 'http://sidekiq.org/'
|
|
|
|
- sidekiq_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: sidekiq_link_url }
|
|
|
|
= html_escape(_('GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs')) % { linkStart: sidekiq_link_start, linkEnd: '</a>'.html_safe }
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2019-12-04 20:38:33 +05:30
|
|
|
%hr
|
2021-03-08 18:12:59 +05:30
|
|
|
.card.gl-rounded-0
|
2019-12-04 20:38:33 +05:30
|
|
|
%iframe{ src: sidekiq_path, width: '100%', height: 970, style: "border: 0" }
|