Merge remote-tracking branch 'origin/1.6.x' into feat-pool-adapter

This commit is contained in:
Jake Barnby 2025-05-14 21:29:10 +12:00
commit 4e9385f70b
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -2,7 +2,6 @@
namespace Appwrite\Platform\Tasks;
use Swoole\Runtime;
use Swoole\Timer;
use Utopia\CLI\Console;
use Utopia\Database\Database;
@ -69,8 +68,6 @@ abstract class ScheduleBase extends Action
*/
public function action(Group $pools, Database $dbForPlatform, callable $getProjectDB, Telemetry $telemetry): void
{
Runtime::enableCoroutine();
Console::title(\ucfirst(static::getSupportedResource()) . ' scheduler V1');
Console::success(APP_NAME . ' ' . \ucfirst(static::getSupportedResource()) . ' scheduler v1 has started');