- Modifies cron router/UI to display proper status message when WP task
scheduler is configured and cron is not running - Updates sending queue worker and related components to stop (delete) cron when all processing is done
This commit is contained in:
@ -6,9 +6,11 @@
|
||||
|
||||
<% block translations %>
|
||||
<%= localize({
|
||||
'daemonNotRunning': __('Daemon is not running'),
|
||||
'wordpressTaskSchedulerEnabled': __('Daemon is not running because WordPress task scheduler is enabled and there are no scheduled or in-progress jobs'),
|
||||
'daemonControlError': __('Cron daemon error'),
|
||||
'loadingDaemonStatus': __('Loading daemon status...'),
|
||||
'cronDaemonIsRunning': __('Cron daemon is running.'),
|
||||
'cronDaemonIsRunning': __('Cron daemon is running'),
|
||||
'stop': __('Stop'),
|
||||
'start': __('Start'),
|
||||
'cronDaemonState': __('Cron is %$1s')
|
||||
|
Reference in New Issue
Block a user