Producer can't call consumer for async event

Hello Team,

Our app uses aync events for months. But today I relaized our producer works and set jobId, after that consumer function doesn’t start. Is there anyone experienced this problem?

1 Like

Hi @emrekaraduman, are you still running into issues? just to confirm: you are pushing events into the queue, but the consumer function doesn’t run? Were you able to use the Async API to query for the status of the job? if so, what state are they in?

1 Like

Thank you, @BoZhang .

We have resolved the issue. Upon checking the status, we found that every job had failed. The problem was on our end.

Best Regards

Best regards.