-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update Circle CI config #39
base: master
Are you sure you want to change the base?
Conversation
bb3ea0e
to
56e62c6
Compare
56e62c6
to
791deaa
Compare
This gears the raffler towards running in a k8s environment, which we are exploring with True. It also runs locally with a close mapping to how it would run in such and environment.
Have you considered Google Cloud AppEngine? If you replace Redis with Google Cloud Firestore (which should be trivial) you can run the entire application with very good scaling and scale-to-zero (no instances running when there are no requests) without too much hassle, and basically for free. Firestore is free up to 1GB, and AppEngine is free up to 28 hours a day (1 instance for 24 hours + a second instance for 4 hours). (source: https://cloud.google.com/free/) We run a few of these for work and it works amazing. First hit when are there no instances are a bit slower (~700ms) but after that everything is fast, and stays fast. |
Dockerify sub-tasks: