ABTech / tracker

Carnegie Mellon Activities Board Technical Committee Tracker
abtech.org
22 stars 29 forks source link

Move scheduled jobs to Rails jobs #544

Open DaAwesomeP opened 9 months ago

DaAwesomeP commented 9 months ago

For Active Job:

For production, we can use Sidekiq (which will create a Redis dependency). Development can use the default async backend.