Merge pull request #1599 from vicke4/backup-cron-fix-attempt

fix(backups): awaiting initCronJobs call in an attempt to fix backups cron
This commit is contained in:
Mauricio Siu
2025-04-02 00:31:20 -06:00
committed by GitHub

View File

@@ -46,7 +46,7 @@ void app.prepare().then(async () => {
await initializeNetwork(); await initializeNetwork();
createDefaultTraefikConfig(); createDefaultTraefikConfig();
createDefaultServerTraefikConfig(); createDefaultServerTraefikConfig();
initCronJobs(); await initCronJobs();
await migration(); await migration();
await sendDokployRestartNotifications(); await sendDokployRestartNotifications();
} }