plashchynski / crono

A time-based background job scheduler daemon (just like Cron) for Rails
https://github.com/plashchynski/crono
Apache License 2.0
687 stars 56 forks source link

Sprockets dependency #122

Closed janko closed 11 months ago

janko commented 11 months ago

In our application, we're getting rid of Sprockets, and we'd like to avoid it being loaded. However, I noticed that Crono has a hard dependency on Sprockets. Any chance this can be loosened, maybe allow for Propshaft instead, which is significantly lighter?