TimeoutError
classgworker_client.errors.TimeoutError
A task or sandbox exceeded its configured timeout. Increase the timeout= parameter on @app.task, or move long-running work into a separate task with a higher limit.
Class
python
1class TimeoutError