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
POST requests aren't retried by default, because they may not be
idempotent. However both find_task_id_batched and status_task_batched
are read-only so there's no reason not to retry.
0 commit comments