opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
215 stars 18 forks source link

bug: Error logs when combining generators and resource manager #5055

Open BaptisteGi opened 1 week ago

BaptisteGi commented 1 week ago

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

dgarros commented 4 days ago

Should be fixed by https://github.com/opsmill/infrahub/pull/5069