Implementeer RedisTaskStorage en andere features #4
@ -68,7 +68,7 @@ class Tasks implements iLibrary
|
|||||||
* @return bool
|
* @return bool
|
||||||
* @throws TasksException
|
* @throws TasksException
|
||||||
*/
|
*/
|
||||||
public function queueTask(Task $task): bool
|
public function addTask(Task $task): bool
|
||||||
{
|
{
|
||||||
$taskStorage = $this->getTaskStorage();
|
$taskStorage = $this->getTaskStorage();
|
||||||
return $taskStorage->addTask($task);
|
return $taskStorage->addTask($task);
|
||||||
|
Loading…
Reference in New Issue
Block a user