Q&A: What is the work model between Queue and Worker? #813
Unanswered
chenyanchen
asked this question in
Q&A
Replies: 1 comment
-
Clients pull from their configured queues. However with LISTEN/NOTIFY clients are also made aware of new jobs as they’re inserted so they can be informed when it’s time to try pulling again. There’s denouncing applied to those notifications so with a higher insert volume you’re not emitting tons of them in quick succession. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the work model between Queue and Worker?
Pull:
or push:
Beta Was this translation helpful? Give feedback.
All reactions