Task Scheduler Settings
These are advanced settings; we only recommend changing these if you are familiar with these features or if instructed by our support staff.
Trigger methods:
- cURL and Socket are the recommended defaults; they send an asynchronous HTTP request.
- Javascript uses an Ajax call; this is useful for servers where Socket or cURL do not work and Cron is not available.
- Cron requires setup in crontab or the task scheduler on Windows.
- Fork uses the fork() system call on Unix systems.