Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ruby task scheduler [closed]

Are there any good and easy to use ruby task schedulers? I just need to call an external api on a custom schedule per user. So I would prefer a lightweight framework.

like image 374
ed1t Avatar asked Dec 28 '22 23:12

ed1t


1 Answers

Rufus seems to be a popular task scheduler for Rails.

or checkout delayed job, which is also very popular.

like image 143
Tyrael Tong Avatar answered Jan 08 '23 23:01

Tyrael Tong