mirror of https://github.com/requarks/wiki
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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| README.md | 4 years ago | |
| fetch-graph-locale.js | 7 years ago | |
| purge-uploads.js | 7 years ago | |
| rebuild-tree.js | 5 years ago | |
| render-page.js | 5 years ago | |
| sanitize-svg.js | 5 years ago | |
| send-comment-notification-emails.js | 4 years ago | |
| sync-graph-locales.js | 7 years ago | |
| sync-graph-updates.js | 7 years ago | |
| sync-storage.js | 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.