Kevin Robell
Kevin Robell
It would be very helpful to mention the `#to_plist` monkey patches in the readme so that people can see other ways that this can get used.
Let's say I have two cron tasks one with a forward slash in the name and the other without.  The one with the...
Right now Sidekiq Cron uses the Fugit gem internally to parse cron expressions but the method used is permissive by default. It would be nice to have a way to...
Currently the error message that is shown when an email is invalid is unspecific. It'd be a great improvement for it to explain why the email is invalid: disposable domain,...
We currently run only two processes with Sidekiq Cron to avoid polling Redis too often. This works fine for our use case. Unexpectedly the number of processes seems to affect...