Closed SpamapS closed 6 months ago
Currently we allow adding many, but only the first one is ever communicated with on the client side. submit_job should hash the unique field of the job and choose a server to send the job to, and echo should go to all servers.
This was fixed in 0.11.0 and really stabilized in 0.12.0
Currently we allow adding many, but only the first one is ever communicated with on the client side. submit_job should hash the unique field of the job and choose a server to send the job to, and echo should go to all servers.