@@ -270,17 +270,18 @@ isn't used.
270270
271271=head1 RT 5 Scheduled Processes
272272
273- The Scheduled Processes admin page was added in RT 5.0.8. It allows you to
274- schedule an rt-crontool process directly in RT instead of scheduling it in cron.
273+ The Scheduled Processes admin page is available starting in RT 5.0.8. It allows
274+ you to schedule an rt-crontool process in the RT web UI instead of scheduling
275+ it in cron.
275276
276277Go to Admin > Tools > Scheduled Processes to view the list of Scheduled
277278Processes.
278279
279280=for html <img alt="List Scheduled Processes" src="images/scheduled-processes.png">
280281
281- =for :text [Create a Custom Role F<docs/images/scheduled-processes.png>]
282+ =for :text [List Scheduled Processes F<docs/images/scheduled-processes.png>]
282283
283- =for :man [Create a Custom Role F<docs/images/scheduled-processes.png>]
284+ =for :man [List Scheduled Processes F<docs/images/scheduled-processes.png>]
284285
285286Click the Create tab to create a new scheduled process. Click an existing
286287scheduled process to modify it.
@@ -291,25 +292,22 @@ section:
291292
292293=for html <img alt="Create a Scheduled Process" src="images/scheduled-process-create.png">
293294
294- =for :text [Create a Custom Role F<docs/images/scheduled-process-create.png>]
295+ =for :text [Create a Scheduled Process F<docs/images/scheduled-process-create.png>]
295296
296- =for :man [Create a Custom Role F<docs/images/scheduled-process-create.png>]
297+ =for :man [Create a Scheduled Process F<docs/images/scheduled-process-create.png>]
297298
298299and then schedule the process to run in the Schedule section:
299300
300301=for html <img alt="Schedule the Process" src="images/scheduled-process-schedule.png">
301302
302- =for :text [Create a Custom Role F<docs/images/scheduled-process-schedule.png>]
303+ =for :text [Schedule the Process F<docs/images/scheduled-process-schedule.png>]
303304
304- =for :man [Create a Custom Role F<docs/images/scheduled-process-schedule.png>]
305+ =for :man [Schedule the Process F<docs/images/scheduled-process-schedule.png>]
305306
306307You must schedule L<rt-run-scheduled-processes> in cron to run these scheduled
307- processes. You'll need to have cron run this script every 15 minutes. Here's an
308- example crontab entry to do this.
308+ processes. The web UI allows you to schedule jobs in 15 minute increments, so
309+ you'll need to have cron run this script every 15 minutes, for example:
309310
310311 */15 * * * * /opt/rt5/bin/rt-run-scheduled-processes
311312
312- This will run the script every 15 minutes, every hour. This may need some
313- further tweaking to be run as the correct user.
314-
315313=cut
0 commit comments