Skip to content

Add suds-jurko timeout support in cuahsi/wof #155

@rajadain

Description

@rajadain

Hello,

I'm a developer for https://github.com/WikiWatershed/model-my-watershed. While working with Ulmo, at times we've felt the need to specify a custom timeout (opposed to the default 90s). suds-jurko supports timeouts for both the http and https modules. It would be great if they could be surfaced in the Ulmo API, just as caching currently is.

Without it, we have to wrap it in a timeout decorator, which is fine for now, but limits us to single-threaded work, since it cannot handle non-pickleable responses in multithreaded environments. This wrapping is extraneous since suds does have timeout support, it's just hidden from use.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions