Answer the user now; do the slow work later.
In this interactive Infrastructure lesson from Stencel Academy you don't just read — you type real commands like curl -X POST https://api.stencel.ai/v1/batch -d '{"job":"embed-docs"}', redis-cli -h queue-01 LLEN jobs and watch the machine respond on a live, animated map. It is part of the free How Infrastructure Works course.
Builds on: Caches & CDNs.
redis-cli -h queue-01 LRANGE jobs 0 -1 — Peek at what's waiting in line.curl https://api.stencel.ai/v1/batch/job-8f31 — Async pattern part 2: poll for the result.systemctl status worker@1 — A worker is just a long-running service.redis-cli -h queue-01 LLEN jobs:dead — Jobs that failed too many times land here, not in a crash loop.