Followup for issue #1375 - added missing scheduler job for new setups.
This commit is contained in:
parent
fe409727c1
commit
b46e872926
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@ Scheduler.create_if_not_exists(
|
|||
prio: 1,
|
||||
active: true,
|
||||
)
|
||||
Scheduler.create_if_not_exists(
|
||||
name: 'Process auto unassign tickets',
|
||||
method: 'Ticket.process_auto_unassign',
|
||||
period: 10.minutes,
|
||||
prio: 1,
|
||||
active: true,
|
||||
)
|
||||
Scheduler.create_if_not_exists(
|
||||
name: 'Import OTRS diff load',
|
||||
method: 'Import::OTRS.diff_worker',
|
||||
|
|
Loading…
Reference in a new issue