New Gem: ActiveJob-Cron
ActiveJob-Cron lets you have recurrent job when using ActiveJob
in a very simple way. However, for now it only has very simple functionality with some known issues, so I am also looking for any contributions!
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
ActiveJob-Cron lets you have recurrent job when using ActiveJob
in a very simple way. However, for now it only has very simple functionality with some known issues, so I am also looking for any contributions!
Comments
Nice job! I’m using
whenever
gem to call ActiveJobs on schedule, but it seems logically correct to put schedule inside the job itselfPost a comment