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
This commit increases the default Flow Garbage Collection timeout from
from 5 minutes to 1 hour.
This serves as a mitigation for a race condition where requests pending
in the queue for longer than the GC timeout (e.g., during
scale-from-zero) could result in the underlying flow state being deleted
while the request was still active.
0 commit comments