Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deployment updates + user table export #80

Merged
merged 14 commits into from
May 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added exit condition for invalid process type
mmcinnestaylor committed May 14, 2022
commit 45fdc0f560d7e4e608396ab804a6c7e81879b4cd
3 changes: 3 additions & 0 deletions deploy/prod/contestsuite/scripts/start.sh
Original file line number Diff line number Diff line change
@@ -35,4 +35,7 @@ elif [ "$PROCESS_TYPE" = "worker" ]; then
--autoscale=10,3 \
-n worker@%n \
--loglevel INFO
else
echo "Invalid [PROCESS_TYPE](server/worker)"
exit 1
fi