File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 22
33class EventsController < ApplicationController
44 def index
5- Rails . logger . info ( "EventsController#index called" )
6- Rails . logger . info ( "EventsController#index testing logging" )
75 message = { data : { action : "events#index" } }
86
97 render ( json : message )
Original file line number Diff line number Diff line change 11#! /bin/sh
22cd /home/app/webapp
33exec 2>&1
4- # Disabled with DISABLE_QUEUE_WORKER, start shoryuken
5- # if [ "$DISABLE_QUEUE_WORKER" = "true" ]; then
6- # exec /sbin/setuser app bundle exec shoryuken -R -C config/shoryuken.yml
7- # fi
84
9- exec /sbin/setuser app bundle exec shoryuken -R -C config/shoryuken.yml
5+ # Disabled with DISABLE_QUEUE_WORKER, start shoryuken
6+ if [ " $DISABLE_QUEUE_WORKER " != " true" ]; then
7+ exec /sbin/setuser app bundle exec shoryuken -R -C config/shoryuken.yml
8+ fi
You can’t perform that action at this time.
0 commit comments