The list below contains all scheduled jobs. Click "Queue now" to queue a job immediately.
Name | Description | Interval | Class | Queue | Arguments | |
---|---|---|---|---|---|---|
<%= h name %> | <%= h config['description'] %> | <%= (config['cron'].nil? && !config['every'].nil?) ? h('every: ' + config['every']) : h('cron: ' + config['cron']) %> | <%= h config['class'] %> | <%= h config['queue'] || queue_from_class_name(config['class']) %> | <%= h config['args'].inspect %> |