ajvb / kala

Modern Job Scheduler
MIT License
2.13k stars 187 forks source link

LockFreeJobCache, Consul support, Vendoring, Standardized error messages #156

Closed gwoo closed 7 years ago

gwoo commented 7 years ago

The LockFreeJobCache fixes a bug where inserting a new job would take several minutes or even timeout when a lot of jobs were in the cache. see #150 Consul Support which is very similar to #130 Moved to native go vendoring, but still using godep to manage for now. Added a few info messages and standardize on using jobName:jobId throughout.