mirror of
https://github.com/wekan/wekan.git
synced 2026-02-12 03:04:22 +01:00
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:
parent
e90bc744d9
commit
da68b01502
10 changed files with 2577 additions and 10 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue