fix: enable invite lifecycle and expired invite cleanup jobs
Signed-off-by: Miguel Nogueira <me@nogueira.codes>
This commit is contained in:
@@ -36,10 +36,6 @@ Schedule::command('votes:evaluate')->daily();
|
|||||||
Schedule::job(new ProcessDueSuspensions())->daily();
|
Schedule::job(new ProcessDueSuspensions())->daily();
|
||||||
Schedule::job(new ProcessExpiredAbsences())->daily();
|
Schedule::job(new ProcessExpiredAbsences())->daily();
|
||||||
|
|
||||||
// Schedule::job(new InviteLifecycleCleanup())->cron("0 */12 * * *");
|
Schedule::job(new InviteLifecycleCleanup())->cron("0 */12 * * *");
|
||||||
// Schedule::job(new ExpiredInviteCleanup())->daily();
|
Schedule::job(new ExpiredInviteCleanup())->daily();
|
||||||
|
|
||||||
// debug
|
|
||||||
|
|
||||||
Schedule::job(new InviteLifecycleCleanup())->everyFiveMinutes();
|
|
||||||
Schedule::job(new ExpiredInviteCleanup())->everyMinute();
|
|
||||||
|
Reference in New Issue
Block a user