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
I am running graphene-django on serverless
I am posting here because Schema loading is in graphene.Schema.
often time there is cold start and the cold start is very slow because the schema loading is very slow, 1xx+ms for a fairly small schema. For larger service the schema load time can be over 3xx-4xx+ms
(please don't tell me to stop running serverless, thx)
Are there ways to pregenerate the schema and load from cache?
Or other way to speed up start time?
The text was updated successfully, but these errors were encountered:
I am running graphene-django on serverless
I am posting here because Schema loading is in graphene.Schema.
often time there is cold start and the cold start is very slow because the schema loading is very slow, 1xx+ms for a fairly small schema. For larger service the schema load time can be over 3xx-4xx+ms
(please don't tell me to stop running serverless, thx)
Are there ways to pregenerate the schema and load from cache?
Or other way to speed up start time?
The text was updated successfully, but these errors were encountered: