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/README.md

411 B

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.