Sha256: cd92a9b9cfd3b3f9e375539ebfb088a3e045846ee875d0f53f24b38f2f8dd881
Contents?: true
Size: 353 Bytes
Versions: 13
Compression:
Stored size: 353 Bytes
Contents
- name: Stop Delayed Job remote_user: "{{ deployer_user.name }}" command: bash -lc "cd {{be_app_path}} && RAILS_ENV={{be_app_env}} bin/delayed_job stop -n {{dj_runners}}" - name: Start Delayed Job remote_user: "{{ deployer_user.name }}" command: bash -lc "cd {{be_app_path}} && RAILS_ENV={{be_app_env}} bin/delayed_job start -n {{dj_runners}}"
Version data entries
13 entries across 13 versions & 1 rubygems