From 405c9ad3687d87ef7c111a9dc4f79bbdbbe14442 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton <emcnaughton@wikimedia.org> Date: Sat, 6 Jul 2019 16:37:45 +1200 Subject: [PATCH] Add mention of how to schedule an api --- docs/api/usage.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api/usage.md b/docs/api/usage.md index a501605f..f67f1d55 100644 --- a/docs/api/usage.md +++ b/docs/api/usage.md @@ -189,6 +189,11 @@ actions don't make sense in this case. For more details, see [Smarty API interface](/api/interfaces.md#smarty-api-interface). +## Scheduled jobs +Any api can be configured to be run as a scheduled job. These can be configured in the UI under Administer->System Settings->Scheduled jobs. Usually the api run this way are written with the intent that they be run as scheduled jobs - e.g those with the Job entity or provided by payment processors to run recurring payments. + + + ## Command line ### drush -- GitLab