YaleSTC / reservations

Manage equipment loans & reservations. Who can borrow what, for how long?
yalestc.github.io/reservations
MIT License
139 stars 58 forks source link

Change rake task to execute immediately instead of enqueing #1746

Closed ccadden closed 6 years ago

ccadden commented 6 years ago

Fixes #1739, #1740, #1741

ccadden commented 6 years ago

So the style check is failing because RuboCop wants us to inherit from a different class for the HourlyTasksJob and DailyTasksJob. We don't really want to change that without looking deeper into the issue, so @orenyk hoping you'll merge as is.