Y
Hacker News
new
|
ask
|
show
|
jobs
by
mbil
801 days ago
Hmm maybe my application's db pool settings need to be tweaked then. In any case the UX is nice and setup was super easy, thanks!
1 comments
tristan957
801 days ago
If you're a paying customer, please reach out to support. If you're on the free tier, join the discord, and we can try and help too.
link
mbil
800 days ago
I'm on the free tier. In my case it looks like adding `app.config["SQLALCHEMY_ENGINE_OPTIONS"] = {"pool_pre_ping": True}` for the Flask-SQLAlchemy configuration did the trick. I hope to be a paying customer soon :)
link