Heroic schedule clock.js example

I am trying to define a workflow in Heroku for my web application, but cannot find how to schedule this worker.file to be called using the clock.js cron expression. I follow https://devcenter.heroku.com/articles/scheduled-jobs-custom-clock-processes Please share any clock.js example that I can use to write a cron expression to invoke my workflow.

+4
source share

Source: https://habr.com/ru/post/1525038/


All Articles