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
fix(reports): Significantly increase the schedule_organizations deadline (#94596)
Weekly report scheduling has been timing out recently on taskbroker.
It seems to be due to the default 10s deadline being applied, where we
probably want to wait much longer.
This explicitly picks a generous deadline to ensure we can complete our
weekly work without timing out.
0 commit comments