Olivér Atanaszov
04/13/2022, 9:19 AMSylvain Hazard
04/13/2022, 9:23 AMrequests
call in your flow code or any equivalent, it will raise an exception and fail the flow. On the other hand, if the flow doesn't start at all or stops responding, Lazarus will reschedule it after a while.
The most frequent example of this for me is when trying to run a flow when our k8s cluster does not have enough resources available to provision the flow pod. The pod will stay pending and after 10 minutes, Lazarus will try to launch another pod because the first one isn't ready yet.
Hope this helps 🙂Olivér Atanaszov
04/13/2022, 9:24 AMSylvain Hazard
04/13/2022, 9:27 AM