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

Add support for `skip_locked` #1553

Closed
Diggsey opened this Issue Feb 12, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@Diggsey
Contributor

Diggsey commented Feb 12, 2018

This is a must-have feature for implementing queues on top of postgres. External work queues are not suitable when you need full transactional semantics and have strong ordering and delivery guarantees to uphold.

@sgrif

This comment has been minimized.

Member

sgrif commented May 22, 2018

Fixed by #1554

@sgrif sgrif closed this May 22, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment