Skip to content

Commit

Permalink
fix(start_argus.sh): Disable uwsgi dynamic app mode
Browse files Browse the repository at this point in the history
Per https://uwsgi-docs.readthedocs.io/en/latest/FallbackConfig.html this
disables uWSGI "no app loaded" mode to prevent issues such as scylladb#534 from
occuring

Fixes scylladb#534
  • Loading branch information
k0machi committed Dec 16, 2024
1 parent 420b826 commit 3d257ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_argus.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
export PATH="$HOME/.local/bin:$PATH"
export CQLENG_ALLOW_SCHEMA_MANAGEMENT=1
exec poetry run uwsgi --master --ini uwsgi.ini
exec poetry run uwsgi --master --ini uwsgi.ini --need-app

0 comments on commit 3d257ab

Please sign in to comment.