Skip to content

Commit

Permalink
Merge pull request #780 from NREL/more-analyses
Browse files Browse the repository at this point in the history
six concurrent analyses
  • Loading branch information
brianlball authored Aug 13, 2024
2 parents bf5e2d1 + 3dadd23 commit 9d02693
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=2 bundle exec rake environment resque:workers
cd /opt/openstudio/server && COUNT=6 bundle exec rake environment resque:workers

0 comments on commit 9d02693

Please sign in to comment.