Skip to content
Snippets Groups Projects
Commit 9bc23ba3 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

cron: update docs to clarify purpose

parent f86f9a50
No related branches found
No related tags found
No related merge requests found
Cron
=============================
<!--
This file is written in Markdown syntax.
For more information about how to use the Markdown syntax, read here:
http://daringfireball.net/projects/markdown/syntax
-->
[TOC]
Introduction
......@@ -17,6 +10,13 @@ The cron module allows you to do tasks regularly, by setting up a cron
job that calls a hook in SimpleSAMLphp. This will invoke
`hooks/hook_cron.php` in any enabled modules
Modules, like e.g. the metarefresh module, that want to invoke tasks
on set times, can register cron hooks for use by this module. You in turn
configure your system's `cron` or other time based execution functionality
to periodically trigger this module's endpoint, so all registered hooks
will be executed at that time. This module also takes care of reporting
back the result and provides an interface in SimpleSAMLphp's admin
panel to trigger jobs manually.
Preparations
------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment