jasonpet opened a new pull request #113: Add interval support
URL: https://github.com/apache/incubator-openwhisk-package-alarms/pull/113
 
 
   Today the cron syntax doesn't allow to specify intervals, only at the hour 
mark, and then repeat on the next hour. User have requests that they want more 
control over the internal of the fires for example every 16, or 12 minutes.
   Example configuration
   
   wsk trigger create interval \ 
   --feed /whisk.system/alarms/interval \
   --param minutes 16 \
   --param startDate ?2017-10-27T14:02?
   --param stopDate ?2017-10-28T14:00?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to