What's the task?
Active Job comes out of the box with an in-memory queueing system. However, this is not sufficient for a production system - because the queue only exists in memory, pending tasks will be lost if the system restarts.
This ticket is to investigate the pros and cons of various queuing systems and recommend a default backend that will work well for most new Nava projects.