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

Error acknowledging a queue: Queue.ack(): Unidentified ack #44

Closed
jhon-andrew opened this issue Aug 11, 2021 · 3 comments
Closed

Error acknowledging a queue: Queue.ack(): Unidentified ack #44

jhon-andrew opened this issue Aug 11, 2021 · 3 comments

Comments

@jhon-andrew
Copy link

When acknowledging a queue, I am getting this error:

Queue.ack(): Unidentified ack : 735fae706d31ca7e0488377735c75e4d

What is causing this error and how can I avoid it?

@sadortun
Copy link

Is it possible that you already ack the same message twice ?

After the error, you can check the queue collection and check if either this ack ID is missing from the table, or delete is non null.

@jhon-andrew
Copy link
Author

Is it possible that you already ack the same message twice ?

After the error, you can check the queue collection and check if either this ack ID is missing from the table, or delete is non null.

Thank you for your response. I don't think that's the case because the first task I get is the one that returns that error.

But I have seem to manage and fix the issue already. It looks like the task performed after getting a queue took very long and it was already put back to queue before I acknowledge it is done.

Extending the visibility fixed the issue.

Thanks!

@sadortun
Copy link

Awesome!

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

2 participants