Solid Queue Setup

Configures Solid Queue for background jobs in Rails 8. Use when setting up background processing, creating background jobs, configuring job queues, or migrating from Sidekiq to Solid Queue. WHEN NOT: Synchronous in-request processing, real-time WebSocket features (use Action Cable), or simple operations that don't need background execution.

thibautbaissac a94bf6a 5.7 KB Updated

File contents

thibautbaissac/rails_ai_agents/tree/main/.agents/skills/solid-queue-setup commit a94bf6a980

Frequently asked questions

npx skillmds@latest add thibautbaissac/solid-queue-setup