|
|
|
|
|
by fouadf
1601 days ago
|
|
At our company we use Redis, it's lightweight and has list structure which can be used as a push/pop queue The basic gist of it is that on one end a producer pushes to the list and a consumer(s) on the other end pops the job and executes it. Fire and forget style. |
|