Skip to content

Commit

Permalink
Merge pull request #781 from NREL/reduce-analyses
Browse files Browse the repository at this point in the history
4 analyses at a time
  • Loading branch information
brianlball authored Aug 14, 2024
2 parents 9d02693 + c2be49a commit 8eaf62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/server/start-web-background.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ echo "Waiting for Redis to start"

#cd /opt/openstudio/server && bundle exec rake environment resque:work
echo "Startup two resque workers"
cd /opt/openstudio/server && COUNT=6 bundle exec rake environment resque:workers
cd /opt/openstudio/server && COUNT=4 bundle exec rake environment resque:workers

0 comments on commit 8eaf62d

Please sign in to comment.