소개
This skill provides specialized guidance for working with Rails' Active Job framework, enabling developers to offload time-consuming tasks from the main request-response cycle. It offers domain-specific patterns for job creation, advanced enqueueing strategies, and robust error handling through retries and discards. By incorporating best practices for GlobalID serialization and Action Mailer integration, this skill helps you build scalable, performant Rails applications that handle background work reliably across various queue adapters like Sidekiq, Resque, or Amazon SQS.