Initial commit: Angular frontend and Expressjs backend
This commit is contained in:
9
worklenz-backend/src/cron_jobs/index.ts
Normal file
9
worklenz-backend/src/cron_jobs/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {startDailyDigestJob} from "./daily-digest-job";
|
||||
import {startNotificationsJob} from "./notifications-job";
|
||||
import {startProjectDigestJob} from "./project-digest-job";
|
||||
|
||||
export function startCronJobs() {
|
||||
startNotificationsJob();
|
||||
startDailyDigestJob();
|
||||
startProjectDigestJob();
|
||||
}
|
||||
Reference in New Issue
Block a user