-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Pythonanywhere had a very bad performance in the region I'm living (South Asia) so I had to deploy this on heroku for a better performance. The API request time for pythonanywhere ranged from 2-4 seconds, while heroku gives me sub 500ms response times. The problem is that heroku doesn't support persistent filesystem in free tier so I had to patch the code to work with postgres as it is available in heroku free tier.
My fork with postgres settings is here: https://github.com/zubair-temi/hit-counter
Should I open a pull request to this repo to merge these changes? Maybe you can keep it in a separate branch. What do you think?
I'd also update the README with heroku + postgres deployment instructions if you're willing to merge the changes.
Metadata
Metadata
Assignees
Labels
No labels