csantanapr opened a new issue #89: Provide once trigger
URL: https://github.com/apache/incubator-openwhisk-package-alarms/issues/89
 
 
   Feature request:
   
   A user would like for a trigger to be fire once at a specific time and date, 
and optionally delete the trigger after the fire.
   
   One idea for UX could be: (at is UTC based)
   ```
   wsk trigger create onshot --feed /whisk.system/alarm/once --param at 
`December 24, 2017 23:30:00`
   ```
   
   current stat is to set a cron trigger with maxTrigger of 1, which would 
cause a lot of problems in terms of cleaning up "dead" triggers and trying to 
guesstimate when is going to actual fire.
 
----------------------------------------------------------------
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