WIP: Next major version - AthenaHR v2 #1

Draft
miguel456 wants to merge 46 commits from develop into main
792 changed files with 5543 additions and 3916 deletions
Showing only changes of commit 94a0918529 - Show all commits

View File

@@ -36,10 +36,6 @@ Schedule::command('votes:evaluate')->daily();
Schedule::job(new ProcessDueSuspensions())->daily();
Schedule::job(new ProcessExpiredAbsences())->daily();
// Schedule::job(new InviteLifecycleCleanup())->cron("0 */12 * * *");
// Schedule::job(new ExpiredInviteCleanup())->daily();
Schedule::job(new InviteLifecycleCleanup())->cron("0 */12 * * *");
Schedule::job(new ExpiredInviteCleanup())->daily();
// debug
Schedule::job(new InviteLifecycleCleanup())->everyFiveMinutes();
Schedule::job(new ExpiredInviteCleanup())->everyMinute();