An open API service indexing awesome lists of open source software.

https://github.com/anthonycorletti/modal-ci-example

Use modal for deployments and CI 🤯
https://github.com/anthonycorletti/modal-ci-example

asyncio ci fastapi modal python

Last synced: 4 months ago
JSON representation

Use modal for deployments and CI 🤯

Awesome Lists containing this project

README

          

# modal-ci-example

Evaluating modal as a complete replacement for local development, including CI.

Open questions:
- how to encapsulate all modal related code such that it doesn't change the local project's design? in order to make these tests run, `const.py` and `settings.py` had to be pulled out of `modalci` and into the project root. this is not really ideal. :thinking: how to make that better?
- slowness of tests is due to neon a remote db that's not near the CI runner, an rds in us-east-1 would be way faster because that's where modal runs. oooh it would be so nice if modal could run postgres!
- how to parallelize tests across containers?