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
Hi,
I have solved the issue for me and have created PR to add example of how to use decorater for cirbuit brekaer and use it on graphql function (or any async function)
PR- nodeshift-starters/opossum-examples#420
How does this work? Our classes which implement the actual GraphQL resolvers don't last for the lifetime of the server - they get spun up per-request. I don't see any changes in that PR that would actually keep a timer running.
Is there any way to use circuit breaker with resolver functions of graphql server?
TO be exact, I wanna apply circuit breaker on method of class resolver in type-graphql server.
The text was updated successfully, but these errors were encountered: