Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kostya committed Sep 23, 2013
2 parents 032958e + e3b8333 commit 0e9100a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
-------
* update celluloid to 0.15

0.4.2
-----
* add checker options :initial_grace, :skip_initial_fails
* allow deleting env variables (#15)

0.4.1
---------
* add nop checker for periodic restart
Expand Down
2 changes: 1 addition & 1 deletion lib/eye/checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def self.validate!(options)
def initialize(pid, options = {}, process = nil)
@process = process
@pid = pid
@options = options
@options = options.dup
@type = options[:type]
@full_name = @process.full_name if @process
@initialized_at = Time.now
Expand Down

0 comments on commit 0e9100a

Please sign in to comment.