quantum v2.1.0-beta.1 Release Notes

Release Date: 2017-08-20 // over 6 years ago
  • Diff for [2.1.0-beta.1]

    ๐Ÿ”จ The internal handling has been refactored onto gen_stage. There were a few Breaking Changes which should not influence a user of the library.

    ๐Ÿ”„ Changed

    • Replaced call with cast
      • Scheduler.add_job
      • Scheduler.deactivate_job
      • Scheduler.activate_job
      • Scheduler.delete_job
      • Scheduler.delete_all_jobs

    โœ‚ Removed

    • ๐Ÿšš The overlap handling is removed from the Job struct.
      • removed Job.pids
      • removed Job.executable?