Active Job Basics — Ruby on Rails Guides
Active Job Basics — Ruby on Rails Guides
URL: http://guides.rubyonrails.org/active_job_basics.html
Type: link
Domain: guides.rubyonrails.org
Excerpt: Active Job BasicsThis guide provides you with all you need to get started in creating, enqueuing and executing background jobs.After reading this guide, you will know: How to create jobs. How to enqueue jobs. How to run jobs in the background. How to send emails from your application asynchronously.