vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Functions in OpenFaaS are not READY, even when they report so #364

Open kars7e opened 6 years ago

kars7e commented 6 years ago

Detailed Description

With recent version (7040a82d1e) and when using OpenFaaS driver, Trying to invoke function instantly after it becomes READY returns weird errors:

Context

This has been discovered when I removed sleep 5 from here. I'm able to consistenly reproduce it by running events tests with sleep removed.

Impact

kars7e commented 6 years ago

CC @imikushin

alexellis commented 5 years ago

(I believe this is resolved now via the changes in the OpenFaaS codebase? We added readiness in the API. Can this be closed?)