Eager mode is useful, but Cloud Run's request timeout is now the only bound your inline tasks have. A hung SMTP call that used to die at task_time_limit now sits on signup until the service timeout fires. Tune that number before a slow provider turns the hang into a 504 on signup.
Andrew
Eager mode is useful, but Cloud Run's request timeout is now the only bound your inline tasks have. A hung SMTP call that used to die at task_time_limit now sits on signup until the service timeout fires. Tune that number before a slow provider turns the hang into a 504 on signup.