Skip to content

Commit

Permalink
release notes for v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lirazsiri committed Dec 20, 2012
1 parent 8a81fce commit b99749d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/RelNotes-1.1.txt
@@ -0,0 +1,36 @@
==================
v1.1 Release Notes
==================

* improved robustness

- option --retries: retry failed jobs
- option --strikes: strike out workers that rack up N consecutive failures

- watchdog process
kills zombie workers
destroys leftover instances

- autoresume pending jobs
- retry failed ssh pings

* SSH authentication: --ssh-identity option

* Convenience: --retry=session-id option

Sets state of all failed jobs to pending, then resumes session

* Better reports (logalyzer)

- better subject line
- calculate cost/efficiency
- show last output from failures

* Better logging

- verboseness: log/print more information on what is happening, especially
instance boot/destruction

- filter progress bars and other noisy \r crap

* Many bugfixes and refactorings

0 comments on commit b99749d

Please sign in to comment.