mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
injecting poolForQueue to schedulers
This commit is contained in:
parent
12458af84a
commit
509f06c2f0
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ abstract class ScheduleBase extends Action
|
|||
|
||||
$this
|
||||
->desc("Execute {$type}s scheduled in Appwrite")
|
||||
->inject('queuePool')
|
||||
->inject('poolForQueue')
|
||||
->inject('dbForConsole')
|
||||
->inject('getProjectDB')
|
||||
->callback(fn (Pool $poolForQueue, Database $dbForConsole, callable $getProjectDB) => $this->action($poolForQueue, $dbForConsole, $getProjectDB));
|
||||
|
|
|
|||
Loading…
Reference in a new issue