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(symbolicator): Refresh storage token on task resubmission
The storage token was minted once before entering the retry loop in
_process. On TaskIdNotFound or ServiceUnavailable the task is
resubmitted with the same token, which may have expired by then.
Add a kwargs_cb parameter to _process that is called on every new task
submission and merged over the static kwargs. The objectstore callers
use this to mint a fresh token each time instead of reusing the
original one.
0 commit comments