2018-05-04 08:09:02 -04:00
|
|
|
.light.prepend-top-default
|
|
|
|
%p
|
2018-09-19 09:04:09 -04:00
|
|
|
= _("A 'Runner' is a process which runs a job. You can set up as many Runners as you need.")
|
2018-05-04 08:09:02 -04:00
|
|
|
%br
|
2018-05-07 09:53:38 -04:00
|
|
|
= _('Runners can be placed on separate users, servers, and even on your local machine.')
|
2018-05-04 08:09:02 -04:00
|
|
|
|
2018-05-07 09:53:38 -04:00
|
|
|
%p
|
|
|
|
= _('Each Runner can be in one of the following states:')
|
2018-05-04 08:09:02 -04:00
|
|
|
%div
|
|
|
|
%ul
|
|
|
|
%li
|
2018-05-08 11:49:30 -04:00
|
|
|
%span.badge.badge-success active
|
2018-05-07 09:53:38 -04:00
|
|
|
= _('- Runner is active and can process any new jobs')
|
2018-05-04 08:09:02 -04:00
|
|
|
%li
|
2018-05-08 11:49:30 -04:00
|
|
|
%span.badge.badge-danger paused
|
2018-05-07 09:53:38 -04:00
|
|
|
= _('- Runner is paused and will not receive any new jobs')
|