You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wiki/server/jobs
Christian Bläul 411f245f35
feat: run comment email notification once per day
4 years ago
..
README.md feat: run comment email notification once per day 4 years ago
fetch-graph-locale.js fix: editor locale redirect + welcome page localization 7 years ago
purge-uploads.js refactor: use dataPath variable as given in file config (#1118) 7 years ago
rebuild-tree.js fix: jobs/worker - pass through job error from worker process (#3822) 5 years ago
render-page.js fix: jobs/worker - pass through job error from worker process (#3822) 5 years ago
sanitize-svg.js fix: sanitize SVG uploads 5 years ago
send-comment-notification-emails.js feat(comments): allow notification emails 4 years ago
sync-graph-locales.js feat: locales availability + IE display mode 7 years ago
sync-graph-updates.js feat: translations (wip) 7 years ago
sync-storage.js feat: git changes processing 7 years ago

README.md

About jobs

The files in this directory can be executed manually from the terminal like this:

node server/core/worker.js --job=send-comment-notification-emails

To trigger a job on schedule automatically, you need to add an entry to the file server/app/data.yml under the jobs key. For the schedule values, refer to ISO 8601 durations.