Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@pkarpovich pkarpovich released this 12 Feb 23:24
ef490a1

Changelog

  • ef490a1 Create LICENSE
  • 29f8b44 docs(readme): update example script path in configuration section
  • 554f08a feat(daemon): add scheduler messaging and notification functionality
  • 2ca5c0a feat(scheduler): add initial cron implementation
  • 28044b6 fix(process): correct restart issue after process down
  • 96c4cac fix(scheduler): resolve warning by simplifying enum pattern matching
  • bf40344 refactor(daemon): rename process to process_manager and enhance stop_script logic
  • 82101d7 refactor: switch to global scheduler TX in server and process modules