Open BaptisteGi opened 1 week ago
API Server / GraphQL
1.0.7
When I merge a branch where operations from a generator + resource manager occurred, I have multiple error log messages.
Encountered exception during execution: RuntimeError('read() called while another coroutine is already waiting for incoming data')
Encountered exception during execution: NodeNotFoundError('Unable to find the node in the database.')
I expect no errors in the logs
To reproduce:
then when the repo is synced:
No response
Should be fixed by https://github.com/opsmill/infrahub/pull/5069
Component
API Server / GraphQL
Infrahub version
1.0.7
Current Behavior
When I merge a branch where operations from a generator + resource manager occurred, I have multiple error log messages.
Encountered exception during execution: RuntimeError('read() called while another coroutine is already waiting for incoming data')
Encountered exception during execution: NodeNotFoundError('Unable to find the node in the database.')
Expected Behavior
I expect no errors in the logs
Steps to Reproduce
To reproduce:
then when the repo is synced:
Additional Information
No response