We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
run_checks_async
python-dockerflow/src/dockerflow/fastapi/views.py
Lines 19 to 21 in 4c5ae34
This makes it so that you can't register async checks in a FastAPI app. We should
The text was updated successfully, but these errors were encountered:
Allowing for async checks in fastApi. Cleaning up old code. Fixes #106
3af025a
Allowing for async checks in fastApi. Cleaning up old code. (#114)
391f9ba
* Allowing for async checks in fastApi. Cleaning up old code. Fixes #106 * Added a few unit tests for fast_api
Successfully merging a pull request may close this issue.
python-dockerflow/src/dockerflow/fastapi/views.py
Lines 19 to 21 in 4c5ae34
This makes it so that you can't register async checks in a FastAPI app. We should
run_checks_async
and/ or
and/or
run_checks_async
The text was updated successfully, but these errors were encountered: