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

Convert worker to Fly cronjobs #336

Open
shaldengeki opened this issue Aug 3, 2024 · 0 comments
Open

Convert worker to Fly cronjobs #336

shaldengeki opened this issue Aug 3, 2024 · 0 comments
Labels
python Pull requests that update Python code

Comments

@shaldengeki
Copy link
Owner

Right now our worker is a persistent process in its own app. This is relatively expensive; we get billed as long as the instance is up.

I think ideally we'd use something like https://github.com/fly-apps/cron-manager and have all our workers (which are really just cronjobs) be scheduled by a central app. That should reduce our bills.

@shaldengeki shaldengeki added the python Pull requests that update Python code label Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

1 participant