-
Notifications
You must be signed in to change notification settings - Fork 13
fix: reap unused fly apps from past deployments #774
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
base: main
Are you sure you want to change the base?
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Squawk Report✅ 0 violations across 1 file(s)
|
This change implements a background worker that periodically checks for and reaps unused Fly.io applications associated with function deployments that are no longer active. For now, we will retain all apps created in the past 3 deployments of every Gram project.
253835f to
df70695
Compare
This change implements a background worker that periodically checks for and reaps unused Fly.io applications associated with function deployments that are no longer active. For now, we will retain all apps created in the past 3 deployments of every Gram project.
The goal of this work is to keep fly machine provisioning on a slower growth trajectory so we may accommodate more Gram Functions users.