You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my cron job definition is
'0 35 17 * * *'
so, it should run once a day at 17:35
to prevent maybe an other bug
(because job starts at 17:34:58 and runs so twice)
so I tried the attribute timeout '30sec'
but with that, the job starts after startup of the program and not at the defined time with defined timeout
17:35:30
any ideas?
thx
greetings
Klaus
The text was updated successfully, but these errors were encountered:
Hello
my cron job definition is
'0 35 17 * * *'
so, it should run once a day at 17:35
to prevent maybe an other bug
(because job starts at 17:34:58 and runs so twice)
so I tried the attribute timeout '30sec'
but with that, the job starts after startup of the program and not at the defined time with defined timeout
any ideas?
thx
greetings
Klaus
The text was updated successfully, but these errors were encountered: