Sha256: c88b3609714abf0da4bd2de35b101cf3246d5cc8b19afe4ddc2c0400c983d4e4
Contents?: true
Size: 732 Bytes
Versions: 1
Compression:
Stored size: 732 Bytes
Contents
# job_dispatch change log ## Version 0.2.0 * Added -n option to `lsof` to make status checks faster * Adding notify_error method to Worker::Item class for applications to report worker item execution errors. ## Version 0.1.0 * Added 'num_tcp_connections' to status command response * Fixed leaking sockets from job-worker command. ## Version 0.0.2 * Broker sends an idle command to a worker immediately upon connect. This helps recover from a case where a worker has been running for some time before the dispatcher starts. (Particularly with a Windows worker using NetMQ where a closed socket may still send messages.) * Improve Ruby worker serialisation of exceptions into job result. ## Version 0.0.1 * First release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
job_dispatch-0.2.0 | CHANGELOG.md |