grid icon indicating copy to clipboard operation
grid copied to clipboard

A library for distributed processing for Go

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

Status : research Before we upgrade to support etcd v3.2 or v3.3 we need to validate our lease error handling on those versions. Ref: https://coreos.com/etcd/docs/latest/upgrades/upgrade_3_2.html ![image](https://user-images.githubusercontent.com/2811550/34803561-cce1969e-f628-11e7-90d4-a2f8ad164dfa.png) I'm not sure if...

When a new grid server starts up, we end up waiting for the previous lease to expire. This requires something like : ```go select { case

enhancement

It would be great to have easier to get going and less dependencies, less overlap with emerging Norms in Cloud Native Distributed Compute. 1. less dependencies (than etcd) on import...

It might be helpful to be able to pass in a context to grid server so an an outside agent can cancel it? And or the context used in Server...