timeMachine icon indicating copy to clipboard operation
timeMachine copied to clipboard

A distributed fault tolerant scheduler that is horizontally scalable 🔥

Results 4 timeMachine issues
Sort by recently updated
recently updated
newest added

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