Skip to content

Commit 30aebac

Browse files
Fix: backup auto not run (#56)
* Add backup scheduler service with cron expression support * Refactor BackupSchedulerService to use destructured variables for schedule properties - Introduced destructuring for schedule properties (id, name, schedule, status, nextRun) to improve code readability. - Updated references to schedule properties throughout the code to use the new destructured variables. - Added comments to clarify the use of TypeScript ignore directives for extended properties. - Added cron-parser version 4.9.0 with luxon as a dependency. - Updated luxon to version 3.7.2.
1 parent de6b269 commit 30aebac

File tree

7 files changed

+6480
-15217
lines changed

7 files changed

+6480
-15217
lines changed

apps/api/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"bcrypt": "^5.1.1",
3535
"cookie-parser": "^1.4.6",
3636
"cors": "^2.8.5",
37+
"cron-parser": "^4.9.0",
3738
"dotenv": "^16.4.5",
3839
"express": "^4.19.2",
3940
"express-validator": "^7.1.0",

0 commit comments

Comments
 (0)