If a job should run every 10 minutes, type this directly into the sync interval field. */10 * * * *
To set up a job to run every 20 minutes, use */20 * * * *
instead. Note that there are no spaces between the first 4 characters: */20
Example: Here, the invoice sync job is set up to run every 10 minutes.
It's also possible to copy and paste sync interval between the fields.
Comments
0 comments
Article is closed for comments.