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 🤯
- Host: GitHub
- URL: https://github.com/anthonycorletti/modal-ci-example
- Owner: anthonycorletti
- License: mit
- Created: 2022-12-05T01:21:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T20:08:42.000Z (over 1 year ago)
- Last Synced: 2025-09-20T09:10:09.247Z (9 months ago)
- Topics: asyncio, ci, fastapi, modal, python
- Language: Python
- Homepage:
- Size: 1.78 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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?