mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-04 03:50:15 +01:00
Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
09d7c5e688
2
cron.php
2
cron.php
@ -145,7 +145,7 @@ while (true) {
|
||||
}
|
||||
|
||||
// Esecuzione diretta solo nel caso in cui sia prevista
|
||||
if ($task->next_execution_at->greaterThanOrEqualTo($inizio_iterazione) && $task->next_execution_at->lessThanOrEqualTo($adesso->copy()->addSeconds(20))) {
|
||||
if ($task->next_execution_at->copy()->addSeconds(20)->greaterThanOrEqualTo($inizio_iterazione) && $task->next_execution_at->lessThanOrEqualTo($adesso->copy()->addseconds(20))) {
|
||||
// Registrazione dell'esecuzione nei log
|
||||
$logger->info($task->name.': '.$task->expression);
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user