1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-05 13:55:21 +02:00

add wait for workers to be ready

This commit is contained in:
didier 2025-04-09 14:22:47 +02:00
parent 192414a369
commit 512589f636
2 changed files with 22 additions and 0 deletions

View file

@ -153,6 +153,9 @@ su - $SUDO_USER -c "cd ~/pandora/pandora/workers; cp yarahub.yml.sample yarahq_f
# Increase the number of replica
su - $SUDO_USER -c "cd ~/pandora/pandora/workers; sed -i 's/replicas: 1/replicas: 5/' base.yml"
# Disable UNO Server -> "disable_unoserver": true,
su - $SUDO_USER -c "cd ~/pandora/config; sed -i 's/\"disable_unoserver\"\: false/\"disable_unoserver\"\: true/' generic.json"
# remove some workers
# rm pandora/workers/preview.yml