Skip to content

Instantly share code, notes, and snippets.

@rodurma
Created January 10, 2017 13:46
Show Gist options
  • Save rodurma/be3cc620a3e8b151a1f4646e3a3aeff8 to your computer and use it in GitHub Desktop.
Save rodurma/be3cc620a3e8b151a1f4646e3a3aeff8 to your computer and use it in GitHub Desktop.
Altera o número de processos de uma rotina no supervisor
#!/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