You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on the latency of the network and the function image size (e.g: Node, Python), our current naive implementation of the health check can exit without totally waiting the instance. This is an issue, as the CLI will receive a blank response from the back end.
The text was updated successfully, but these errors were encountered:
What needs to be done ?
We should consider using an implementation of the back-off algorithm in order to determine the readiness of a function instance.
See : https://github.com/cenkalti/backoff
Why it needs to be done ?
Depending on the latency of the network and the function image size (e.g: Node, Python), our current naive implementation of the health check can exit without totally waiting the instance. This is an issue, as the CLI will receive a blank response from the back end.
The text was updated successfully, but these errors were encountered: