Understanding ActiveJob Background Jobs in Rails #activejob #backgroundjob #rails #ruby #coding

preview_player
Показать описание
Active Job is a framework for declaring jobs and making them run on a variety of queuing backends. These jobs can be everything from regularly scheduled clean-ups, to billing charges, to mailings. Anything that can be chopped up into small units of work and run in parallel, really.

Related Videos

If you have any questions follow one of these steps:
1. Comment below

#ruby #rails #rubyonrails #fullstack #html #css #development #developer #javascript #tailwindcss #airbnb #software #softwareengineer #job
Рекомендации по теме
Комментарии
Автор

Thanks for your effort in explaining everything!

aiscop
Автор

Thanks rajat for explaining active job

sunilkumarjaiswar
Автор

Excellent explanation. Could I use active job without any adapter if I want to wait untill a specific time?.
I get confused in understanding cron jobs. Like creating it(cron job) whenever gem vs using sidekiq as adapter and use wait_untill method. Sry I am new to rails. 😅

sachinpathak
Автор

Great video, can you please continue to make more such videos on topics like active record callbacks, etc.?
Thanks for all the hard work you do

SahilSharma-ku