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
I have the feeling that some celery tasks hangs indefinitely waiting for an http response from servers.
We should set timeouts for all tasks which perform requests to remote servers.
Two possible approaches:
use timeout in celery task (easier)
use timeout with requests, arcrest and owslib. I am not sure though if arcrest and owslib have the option to set a timeout
The text was updated successfully, but these errors were encountered:
I have the feeling that some celery tasks hangs indefinitely waiting for an http response from servers.
We should set timeouts for all tasks which perform requests to remote servers.
Two possible approaches:
The text was updated successfully, but these errors were encountered: