Version 1.1.9
- Improve logging by providing an option to add a custom logger
- Fix crash when rescheduling jobs, see #164
- Fix wrong returned network type, see #166
- Expose failure count in the
JobRequest
class, see #168 - Don't silently eat
JobScheduler
's limit exception - Make
schedule()
method idempotent - Add a fallback if removing a job from the database fails for some reason, see #145