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

Port to Quart #27

Merged
merged 7 commits into from
Sep 11, 2023
Merged

Port to Quart #27

merged 7 commits into from
Sep 11, 2023

Conversation

pamelafox
Copy link
Collaborator

Purpose

This PR ports the app from Flask to Quart, the asynchronous version of Flask. This is to align with best practices of allowing concurrency.

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[X] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • python3 -m pytest
  • test local server
  • azd up and test prod

@pamelafox pamelafox merged commit c344544 into Azure-Samples:main Sep 11, 2023
3 checks passed
@pamelafox pamelafox deleted the port-quart branch September 11, 2023 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant