Forgive my lack of imagination, but I'm failing to come up with anything serverless can do better than wiring up a queueing system can do.
Let's take rails + sidekiq for example. Out of the box, I get stats, retries/error handling, a web UI, weights, great debugging remote and local, and enormous community support + years of SO questions to google. Setting up sidekiq + rails is basically a 10 minute operation.
I'm struggling to understand a good use case for serverless. What am I missing?