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
Polar has a race condition that requires the Gitlab Agent Observer entrypoint (or at least one of the resource observers) to be ran before the associated consumers do. This is because the Observer's are responsible for (currently rabbitmq) creating the needed channels and exchanges for messages to be passed through.
Running the consumers first causes them to panic, running them again after the observer's have created the necessary resources fixes this.
It's likely that this job can become a responsibility of the planned "Supervisor" service or that some configuration can be passed to the broker upon its initialization @daveman1010221 Let's discuss
The text was updated successfully, but these errors were encountered:
Polar has a race condition that requires the Gitlab Agent Observer entrypoint (or at least one of the resource observers) to be ran before the associated consumers do. This is because the Observer's are responsible for (currently rabbitmq) creating the needed channels and exchanges for messages to be passed through.
Running the consumers first causes them to panic, running them again after the observer's have created the necessary resources fixes this.
It's likely that this job can become a responsibility of the planned "Supervisor" service or that some configuration can be passed to the broker upon its initialization @daveman1010221 Let's discuss
The text was updated successfully, but these errors were encountered: