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

Implement notify/listen for queue pending tasks #6950

Open
lotas opened this issue Apr 3, 2024 · 1 comment
Open

Implement notify/listen for queue pending tasks #6950

lotas opened this issue Apr 3, 2024 · 1 comment

Comments

@lotas
Copy link
Contributor

lotas commented Apr 3, 2024

After migrating from single messages table, queue service can now use database more efficiently, but there's still room for improvement.

Queue service still uses polling to fetch new tasks for queues, and this can be improved with using notify/listen in postgres

This is the last item remaining from #2940 (comment) migration

@djmitche
Copy link
Collaborator

djmitche commented Apr 3, 2024

I suspect this will remove a lot of load from the DB servers! 🚀

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