CRON problem

Moderator: crythias

Locked
leszek
Znuny newbie
Posts: 1
Joined: 31 Mar 2019, 20:20
Znuny Version: 6.0.11
Real Name: Leszek
Company: SplitBit.pl

CRON problem

Post by leszek »

Hello everyone,
I often work late and i wanted configure OTRS to send outgoing mails only in certains hours / days. For example when i send email at 11 PM message should wait until 6 AM in mail queue. To achive this i changed
Daemon::SchedulerCronTaskManager::Task###MailQueueSend
schedule to * 6-18 * * 1-6 .

Everything work fine for something about 7 days , after that time my mails are sending again immediately. When I change Daemon::SchedulerCronTaskManager::Task###MailQueueSend once again and I save changes, mail are again sending in the way i want.

How properly configure Daemon::SchedulerCronTaskManager::Task###MailQueueSend ?

OTRS 6.0.11

Best regards
Leszek
Locked