Skip to content

v2.1.1

Compare
Choose a tag to compare
@zaytiri zaytiri released this 26 Mar 10:53
· 73 commits to main since this release

Fixed

  • fixed time issue where the scheduled jobs wouldn't run if the device's time changed. if the time changed for an hour forward on the device, the scheduled jobs wouldn't run because using utcnow() gives a general date. The time should be equal to the device's time.
  • fixed issue where the given path for a specific scheduled job, in the arguments, would not be checked properly if it existed or not.