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
We have to build many while-albel apps on a regular basis. Each one runs its own bootstrap script which e.g. loads the translations.
Issue
We assume that when 2 apps are built in parallel, we get the following error:
API request error 400 Export process already exists.
Suggestion
Add retry_attempts parameter with exponential backoff so we can define how often a retry should be performed and maybe what the initial timeout should be.