apache / openwhisk-cli

Apache OpenWhisk Command Line Interface (CLI)
https://openwhisk.apache.org/
Apache License 2.0
103 stars 99 forks source link

Ensure that the pollSince is greater than Activation start time #461

Closed chetanmeh closed 5 years ago

chetanmeh commented 5 years ago

Ensure that the pollSince is greater than Activation start time. This ensures that poll command does not repeatedly keep on fetching the last activation

Fixes #459