Sha256: 5ea61aa803d5e9dab505a038618351dba3f2bf87149b90773c51dd961ddc4ed2

Contents?: true

Size: 467 Bytes

Versions: 2

Compression:

Stored size: 467 Bytes

Contents

check process <%= @worker_name %>
  with pidfile /var/run/engineyard/dj/<%= @app_name %>/dj_<%= @worker_name %>.pid
  start program = "/engineyard/bin/dj <%= @app_name %> start <%= @framework_env %> <%= @worker_name %>" with timeout 60 seconds
  stop program = "/engineyard/bin/dj <%= @app_name %> stop <%= @framework_env %> <%= @worker_name %>" with timeout 60 seconds
  if totalmem is greater than 300 MB then restart # eating up memory?
  group dj_<%= @app_name %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
eycloud-recipe-delayed_job-1.0.1 templates/default/dj.monitrc.erb
eycloud-recipe-delayed_job-1.0 templates/default/dj.monitrc.erb