chore(schedule): stop scheduling the stuck cohort report (#676)
Removes the weekly schedule for `stats:stuck-cohort-report`. The command stays available to run manually via artisan; it just no longer fires on the Monday 09:00 cron.
This commit is contained in:
parent
19e0c24f9a
commit
55eff788e8
|
|
@ -15,6 +15,5 @@ Schedule::command('email:paywall-follow-up')->dailyAt('10:00')->timezone('Europe
|
|||
Schedule::command('email:ai-consent-follow-up')->dailyAt('10:15')->timezone('Europe/Madrid');
|
||||
Schedule::command('stats:daily-report')->dailyAt('09:00')->timezone('Europe/Madrid');
|
||||
Schedule::command('stats:ai-cohort-report')->monthlyOn(1, '09:00')->timezone('Europe/Madrid');
|
||||
Schedule::command('stats:stuck-cohort-report')->weekly()->mondays()->at('09:00')->timezone('Europe/Madrid');
|
||||
Schedule::command('stats:subscription-funnel')->weekly()->mondays()->at('09:15')->timezone('Europe/Madrid');
|
||||
Schedule::command('stats:experiment-funnel')->weekly()->mondays()->at('09:30')->timezone('Europe/Madrid');
|
||||
|
|
|
|||
Loading…
Reference in New Issue