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
This issue seems to happen when the task is started too quickly after being sent to the backend, so that the call to task_result = get_task_model(self, task_id) results in an unsaved model, but before it is saved again, the execution of the async task has resulted in that task model already having been inserted in the database.
This issue seems to happen when the task is started too quickly after being sent to the backend, so that the call to
task_result = get_task_model(self, task_id)
results in an unsaved model, but before it is saved again, the execution of the async task has resulted in that task model already having been inserted in the database.Sentry Issue: STUDIO-FJB
The text was updated successfully, but these errors were encountered: