Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RabbitMQPythonOperator robustness improvements #5

Open
2 tasks
JossWhittle opened this issue Oct 19, 2023 · 0 comments
Open
2 tasks

RabbitMQPythonOperator robustness improvements #5

JossWhittle opened this issue Oct 19, 2023 · 0 comments

Comments

@JossWhittle
Copy link
Member

  • Deferred trigger should "peek" for message on the queue without actually taking it off the queue, and let the task handle consuming the message. This is to make it play nice with...
  • Acknowledge messages after the processing function has returned without error, allowing them to be to be re-queued.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant