You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Create cron task

COmanage Registry uses a shell command to facilitate certain automatic processing. To enable this, it is recommended that the shell command be run periodically from cron. (The shell command can also be run manually if needed.)

The cron command should look something like this:

0 1 * * * cd /path/to/registry-source/app && Console/cake job -q

(warning) Prior to v1.1.0, the command was cake cron, not cake job.

This will run automatic processing every morning at 1am. -q will suppress any non-critical messages.

(warning) The cron command should run as the web server user in order to avoid problems with file permissions.

More sophisticated usage patterns are possible, depending on the requirements of a given deployment. See Registry Job Shell for more information.

See also:

Next: Registry Installation - Testing

  • No labels