You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
I am using the library on Zeit Now on the free tier. The maximum execution duration for a lambda on the free tier is 10 seconds.
When creating a new tenant programmatically the lambda times out, because it seems to take more than 10 seconds to create a new database and migrate it up.
When inspecting the database I can find all tables, but the migrations table is empty.
The new tenant seems usable nevertheless
The text was updated successfully, but these errors were encountered:
BjoernRave
changed the title
Lambad Function times out on Zeit Now after 10 seconds on Free Tier
Lambda Function times out on Zeit Now after 10 seconds on Free Tier
Mar 26, 2020
BjoernRave
changed the title
Lambda Function times out on Zeit Now after 10 seconds on Free Tier
Lambda Function times out on Zeit Now after 10 seconds on Free Tier when creating new tenant
Mar 26, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using the library on Zeit Now on the free tier. The maximum execution duration for a lambda on the free tier is 10 seconds.
When creating a new tenant programmatically the lambda times out, because it seems to take more than 10 seconds to create a new database and migrate it up.
When inspecting the database I can find all tables, but the migrations table is empty.
The new tenant seems usable nevertheless
The text was updated successfully, but these errors were encountered: