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
@jalbrekt85 is there a reason to have fetch_schema_from_transport set to true here (and in the other instances of a client)?
what i understand from graphql-python/gql#331 is that it is actually not really needed to have it turned on in prod. maaaaybe during dev.
anyway im asking because this job halted because of an issue with the schema fetching. i think we can optimise that cron a bit by removing the fetch schema flag
The text was updated successfully, but these errors were encountered:
protocol_fee_allocator/fee_allocator/helpers.py
Line 179 in 868bd53
@jalbrekt85 is there a reason to have
fetch_schema_from_transport
set to true here (and in the other instances of a client)?what i understand from graphql-python/gql#331 is that it is actually not really needed to have it turned on in prod. maaaaybe during dev.
anyway im asking because this job halted because of an issue with the schema fetching. i think we can optimise that cron a bit by removing the fetch schema flag
The text was updated successfully, but these errors were encountered: