Skip to content

Version 1.1.9

Compare
Choose a tag to compare
@vRallev vRallev released this 10 Apr 08:28
· 268 commits to master since this release
  • 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