Skip to content

Use a timeout when performing requests to remote urls #306

@capooti

Description

@capooti

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:

  1. use timeout in celery task (easier)
  2. use timeout with requests, arcrest and owslib. I am not sure though if arcrest and owslib have the option to set a timeout

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions