Releases: cellgeni/farmer
Releases Β· cellgeni/farmer
24.332
User-visible changes:
- Add a
--payload
option, which can be used alongside--label
when running Farmer's post-exec hook separately from LSF to provide more details about the job (this is presented in a monospace codeblock, so it's well-suited for more lengthy details)
Full Changelog: 24.320...24.332
24.320
User-visible changes:
- Fix notifications about queue length when requesting job details
- If an error occurs, show a message to help with debugging
Full Changelog: 24.319.1...24.320
24.319.1
24.319
User-visible changes:
- Farmer now recognises users on the Slack mobile app (workaround for a Slack bug)
- Remove progress meter from job output
- Adhere to recommended intervals for retrieving data from LSF β as a result, Farmer may be slower to respond when under heavy load
- Display details of the number of people waiting if Farmer can't retrieve your job details immediately
Internal changes:
- Add sample systemd service files
- Improve logging of bjobs errors
- Support securing communication between server and reporter with TLS
- Enable debug logging in dev mode
Full Changelog: 24.290...24.319
24.290
User-visible changes:
- Improve timing and robustness of job-completion notifications (you should no longer see "done in a moment" messages)
- Show job memory usage even if no memory limit was set
Internal changes:
- Add development mode, which prevents notifications being sent to other users by mistake
- Eagerly validate job completion notifications in the request handler (no external effect currently)
- Avoid deadlocks (on server/reporter exit) in more cases
- Handle errors from Slack for missing users more gracefully
Full Changelog: 24.285...24.290
24.285
Initial release!
Full Changelog: https://github.com/cellgeni/farmer/commits/24.285