Skip to content
Snippets Groups Projects
cron.json 176 B
Newer Older
Arnaud Levy's avatar
Arnaud Levy committed
{
  "jobs": [
    {
      "command": "0 1 * * * rails auto:update_publications_from_hal"
Arnaud Levy's avatar
Arnaud Levy committed
    },
    {
      "command": "0 3 * * * rails auto:save_and_sync_websites"
Arnaud Levy's avatar
Arnaud Levy committed
    }
  ]
}