We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5328e6c commit 184b387Copy full SHA for 184b387
examples/god/resque.god
@@ -14,7 +14,7 @@ num_workers.times do |num|
14
w.uid = 'git'
15
w.gid = 'git'
16
17
- # retart if memory gets too high
+ # restart if memory gets too high
18
w.transition(:up, :restart) do |on|
19
on.condition(:memory_usage) do |c|
20
c.above = 350.megabytes
0 commit comments