Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
26 righe
805 B
26 righe
805 B
export rabbitmq_username='jixel' |
|
export rabbitmq_password='jixel' |
|
export rabbitmq_host='rabbitmq' |
|
export rabbitmq_vhost='gp' |
|
export rabbitmq_queue='gp' |
|
export rabbitmq_port='5672' |
|
export execution_path='/var/www/jixel/bin/' |
|
export execution_command='gp' |
|
export rabbitmq_heartbeat=60 |
|
export discarding_mode='False' |
|
|
|
# Log file rotation policy: |
|
# Current 'when' events supported: |
|
# 'S' - Seconds |
|
# 'M' - Minutes |
|
# 'H' - Hours |
|
# 'D' - Days |
|
# 'midnight' - roll over at midnight |
|
# 'W{0-6}' - roll over on a certain day; W0 - Monday, W1 - Tuesday, etc |
|
export logging_file_rotate_when='H' |
|
export logging_file_rotate_interval=24 |
|
export logging_name='JixelGeneralPurposeRabbitConsumer' |
|
export logging_file_path='/general_purpose_rabbit_consumer/logs/' |
|
export logging_file_backup_count=30 |
|
|
|
python3 ./jgprc.py
|
|
|