Created
January 10, 2017 13:46
-
-
Save rodurma/be3cc620a3e8b151a1f4646e3a3aeff8 to your computer and use it in GitHub Desktop.
Altera o número de processos de uma rotina no supervisor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sed -i -e 's/numprocs=[0-9]*/numprocs=30/g' /etc/supervisor.d/queue_name.conf; supervisorctl update queue_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment