mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Update first_run timestamp of tasks run at an interval
This commit is contained in:
parent
f87429687a
commit
ffeb9133ab
2 changed files with 13 additions and 5 deletions
|
|
@ -321,7 +321,7 @@ class Queue
|
|||
$tasks = $db_driver->getScheduledTasks('interval');
|
||||
foreach ($tasks as $task)
|
||||
{
|
||||
$db_driver->updateLastRunTimestamp($task->task_srl);
|
||||
$db_driver->updateLastRunTimestamp($task);
|
||||
self::_executeTask($task);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue