Skip to content

Commit

Permalink
💄 Update cron every day at 7
Browse files Browse the repository at this point in the history
  • Loading branch information
matyo91 committed Oct 27, 2024
1 parent 535a931 commit c55ad2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scheduler/Task/FlowTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Symfony\Component\Notifier\Message\ChatMessage;
use Symfony\Component\Scheduler\Attribute\AsCronTask;

#[AsCronTask('* * * * *')]
#[AsCronTask('0 7 * * *')]
final class FlowTask
{
public function __construct(
Expand Down

0 comments on commit c55ad2c

Please sign in to comment.