injecting poolForQueue to schedulers

This commit is contained in:
shimon 2024-10-28 11:34:02 +02:00
parent 66bfc5748b
commit 12458af84a

View file

@ -8,6 +8,7 @@ use Utopia\CLI\Console;
use Utopia\Database\Database;
use Utopia\Database\DateTime;
use Utopia\Pools\Group;
use Utopia\Pools\Pool;
class ScheduleFunctions extends ScheduleBase
{