[SOLVED]Question about PendingJobs.pl

Moderator: crythias

Locked
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

[SOLVED]Question about PendingJobs.pl

Post by aph »

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?
Last edited by aph on 08 May 2015, 16:44, edited 1 time in total.
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
EXG133
Znuny expert
Posts: 217
Joined: 06 Aug 2012, 18:12
Znuny Version: 3.1.7 & 4.04

Re: Question about PendingJobs.pl

Post by EXG133 »

http://www.cronchecker.net/

That should explain it, very handy site!
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Question about PendingJobs.pl

Post by aph »

thanks
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
Locked