You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/03/18 20:55:11 UTC

[GitHub] [incubator-openwhisk-cli] mdeuser edited a comment on issue #396: Update the pollSince time based on latest activation start time

mdeuser edited a comment on issue #396: Update the pollSince time based on latest activation start time
URL: https://github.com/apache/incubator-openwhisk-cli/pull/396#issuecomment-474097077
 
 
   the activation polling scenario in question is:
   1. activation A starts and continues to run
   2. activation B starts and quickly completes
   3. activation poll reports B completed and updates the `since` time
   4. activation A completes
   5. activation poll does not report activation A as being completed.
   
   i believe the GET /activations api's `since` parameter is based off the start time, not the end time...  but @rabbah will know for sure

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


With regards,
Apache Git Services