timeMachine
timeMachine copied to clipboard
A distributed fault tolerant scheduler that is horizontally scalable 🔥
Here is the initial draft for Job Executor 1. It creates one timer for each job 2. While triggering the job it confirms if it's not deleted or been updated....
* added some comments to datastore_bolt.go * added bolt data store tests in datastore_bolt_test.go * this updates the dht with a number of enhancements * the code has more test...
* Added some test * Fixed some API related bugs