Advertisement
kotvalera83

openshift-cron

Aug 24th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. To schedule your scripts to run on a periodic basis, add the scripts to
  2. your application's .openshift/cron/{minutely,hourly,daily,weekly,monthly}/
  3. directories (and commit and redeploy your application).
  4.  
  5. Example: A script .openshift/cron/hourly/crony added to your application
  6. will be executed once every hour.
  7. Similarly, a script .openshift/cron/weekly/chronograph added
  8. to your application will be executed once every week.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement