Skip to content

Conversation

hawang-wish
Copy link
Contributor

Hi,

I am currently working on a retrying feature to ensure the delivery of messages when the queue service is unstable. I found that it could be really helpful to have this on_send_error so that we can store the failed message and retry later.

I've also added a bool return to make it able to mute exceptions so that we don't have to try-catch the kicking everywhere.

The execution order of on_send_error is reversed, just like what I suggested in #359 .

Please let me know if you have some ideas, suggestions or concerns, and big thanks in advance!

hawang-wish and others added 3 commits August 29, 2024 16:38

Verified

This commit was signed with the committer’s verified signature.
hawang-wish Harry Wang

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link
Member

@s3rius s3rius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contributions. I like the idea.

@s3rius
Copy link
Member

s3rius commented Nov 6, 2024

Can you please doc entry about this functionality in docs folder?

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

Successfully merging this pull request may close these issues.

None yet

2 participants