Added Cron Manager to Admin Panel for long running jobs, like running migrations when opening board, copying or moving boards swimlanes lists cards etc.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2025-10-11 19:41:09 +03:00
parent e90bc744d9
commit da68b01502
10 changed files with 2577 additions and 10 deletions

View file

@ -27,3 +27,6 @@ if (errors.length > 0) {
// Import migration runner for on-demand migrations
import './migrationRunner';
// Import cron migration manager for cron-based migrations
import './cronMigrationManager';