Queues
I’m currently investigating queues for a project. We have some long running transactions and we’d like to queue them on the backend so the front-end can go about its business without delay.
Our use case doesn't require any front-end feedback, but some of the queues I’ve seen can also deal with this situation quite nicely.
This isn’t a review of queues or comparison of their features - I just thought I would share the list of (mostly) open-source solutions I have found so far.

