My /opt/otrs/var/cron/pending_jobs contains the following code:
Code: Select all
# check every 120 min the pending jobs
45 */2 * * * $HOME/bin/otrs.PendingJobs.pl >> /dev/null
Where does the numer 120 come from? I can't see it from the following line
Code: Select all
45 */2 * * * $HOME/bin/otrs.PendingJobs.pl >> /dev/null
Can someone explain?
Furthermore, how can I change the interval when the system checks for pending jobs?
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache