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