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
A panic made the cron-connector crash if the gateway
return an error or EOF during its invocation.
With faasd, this meant the connector stayed in an exited state
with Kubernetes, it would have restarted, however it's always
better if there is no panic, and the code can recover
gracefully.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
0 commit comments