Trigger background timer jobs (page-load fallback scheduler)
POST/background/timerjobs
Fallback trigger fired from the page footer on every authenticated page load, for installs that cannot run cron. The jobs are rate limited server-side by iTimerJobsMinIntervalMinutes, so a call inside that window returns ran=false without doing any work. The supported scheduler is the command-line runner (cli/timerjobs.php) driven by cron.
Responses​
- 200
Timer jobs executed, or skipped by the rate limit