How can I increase the execution wait time?
I have a task running for about 30 minutes, I specify a parameter in the request:
"policy": {
"executionTimeout": 1800000
}
But I still get a worker execution timeout error.
{'delayTime': 4344, 'error': '{ "error_type": "<class 'requests.exceptions.ReadTimeout'>", "error_message": "HTTPConnectionPool(host='127.0.0.0.1', port=5000): Read timed out. (read timeout=600)",
How to increase the timeout verse more than 600 seconds ?
"policy": {
"executionTimeout": 1800000
}
But I still get a worker execution timeout error.
{'delayTime': 4344, 'error': '{ "error_type": "<class 'requests.exceptions.ReadTimeout'>", "error_message": "HTTPConnectionPool(host='127.0.0.0.1', port=5000): Read timed out. (read timeout=600)",
How to increase the timeout verse more than 600 seconds ?
