Fork me on GitHub
#missionary
<
2022-03-11
>
ribelo02:03:37

In what situation does the observer tgrow the exception Unable to process event : consumer is not ready. ?

adamfrey14:03:14

apologies if not: is this question directed at me?

ribelo16:03:02

to anyone who knows the answer:upside_down_face:

leonoel17:03:09

this error basically means you tried to feed an event in a pipeline while it's still processing the previous one

leonoel17:03:00

in general, the right way to solve this is to insert a relieve stage right after observe, to cover this scenario

ribelo18:03:37

@U053XQP4S unfortunately in my case no matter where I place the relieve it does not help

ribelo19:03:31

I will try to make a minimal example

ribelo19:03:26

I was wrong, it works