fix: MonitorDispatcher runs evey 10 mins

This commit is contained in:
2025-05-07 22:41:19 -05:00
parent fe0ab2ef5a
commit b93da3df1d

View File

@@ -11,7 +11,7 @@ use Psr\Log\LoggerInterface;
use Symfony\Component\Messenger\MessageBusInterface;
use Symfony\Component\Scheduler\Attribute\AsCronTask;
#[AsCronTask('* * * * *', schedule: 'monitor')]
#[AsCronTask('*/10 * * * *', schedule: 'monitor')]
class MonitorDispatcher
{
public function __construct(