Typescript migration:

* Refactoring of scheduler and jobs to use promises.
* Add "failed" state for tasks.
This commit is contained in:
baldo 2020-04-08 23:41:04 +02:00
commit 8b8835e4ac
15 changed files with 251 additions and 192 deletions

View file

@ -60,6 +60,7 @@
"@types/graceful-fs": "^4.1.3",
"@types/lodash": "^4.14.149",
"@types/node": "^13.11.0",
"@types/node-cron": "^2.0.3",
"@types/nodemailer": "^6.4.0",
"@types/sqlite3": "^3.1.6",
"bower": "^1.8.8",