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:
parent
192414a369
commit
512589f636
2 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue