mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Assign task_srl to scheduled tasks
This commit is contained in:
parent
53cd6e807d
commit
f87429687a
3 changed files with 31 additions and 26 deletions
|
|
@ -321,7 +321,7 @@ class Queue
|
|||
$tasks = $db_driver->getScheduledTasks('interval');
|
||||
foreach ($tasks as $task)
|
||||
{
|
||||
$db_driver->updateLastRunTimestamp($task->id);
|
||||
$db_driver->updateLastRunTimestamp($task->task_srl);
|
||||
self::_executeTask($task);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue