Is it possible to use the same Redis instance (from AWS) for both Sessions and Queues?
Setting the same redis connection details in the the session and queues config file.
If the Laravel framework does the lottery [2,100] session sweep, deleting old sessions, is it possible that it will interfere with the queues for jobs/listeners?