Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use redo to query KLIFS database #82

Open
dominiquesydow opened this issue Jul 6, 2021 · 0 comments
Open

Use redo to query KLIFS database #82

dominiquesydow opened this issue Jul 6, 2021 · 0 comments
Assignees
Labels
module-databases-klifs Concerns opencadd.databases.klifs module

Comments

@dominiquesydow
Copy link
Contributor

Retry request if KLIFS query fails.

Should look something like this I think.

import redo

@redo.retriable(attempts=10, sleeptime=2)
def query_klifs():
    pass
@dominiquesydow dominiquesydow self-assigned this Jul 6, 2021
@dominiquesydow dominiquesydow added the module-databases-klifs Concerns opencadd.databases.klifs module label Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module-databases-klifs Concerns opencadd.databases.klifs module
Projects
None yet
Development

No branches or pull requests

1 participant