Queues are coming to Supercharge! It’ll support three drivers: sync, sqs, faktory in the beginning. I started writing tests for the “sync” and “AWS SQS” queue drivers. Sync queues will fire jobs immediately when pushing them onto a queue. SQS queues are actual background queues requiring a background worker. I’m super excited for first-class queuing support in Supercharge