csantanapr commented on issue #89: Provide once trigger
URL: 
https://github.com/apache/incubator-openwhisk-package-alarms/issues/89#issuecomment-326722684
 
 
   Under the hood we the implementation will use 'new Cron(new 
Date(stringdate))' 
   
   The a lot problems was more on capturing the users point of view. 
   
   To some users it would be confusing trying to understand that we can "hack" 
cron to take a date string. 
   
   Also provides a cleaner API to ask the user what it wants to do with the 
trigger when done. 
   
   
   This is a building block for when we get to a point of the feed service 
create a rule for them and have a syntax like 
   '''
   wsk action create foo --at $somefuturedate
   '''
   sugar to tell the system handle the triggers and rules (create them and 
clean them) for me just run this action once at $somefuturedate
   
   
   
 
----------------------------------------------------------------
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