Skip to content

Commit 72fbabd

Browse files
author
Marius Burkard
committed
- added missing onComplete() to cron debug script (led to permanent running marker on jobs)
1 parent 2df03bc commit 72fbabd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/cron_debug.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
$cronjob->onBeforeRun();
6767
$cronjob->onRunJob();
6868
$cronjob->onAfterRun();
69+
$cronjob->onCompleted();
6970

7071
die("finished.\n");
7172

0 commit comments

Comments
 (0)