34 releases (8 breaking)

0.9.0 Mar 10, 2020
0.7.0 Dec 27, 2019
0.6.0 Oct 23, 2019
0.5.7 Jul 30, 2019
0.1.4 Nov 16, 2018

#739 in HTTP server

Download history 54/week @ 2024-02-19 5/week @ 2024-02-26 6/week @ 2024-03-04 10/week @ 2024-03-11

75 downloads per month

MIT license

44KB
1K SLoC

Amqp Worker

Build Status Coverage Status

AMQP Worker to listen and provide trait to process message. This git repository contains library used for each worker defined in Media Cloud AI.

Environment variables

Some variables are defined to apply a custom setting. These variables are:

Variable name Default value Description
AMQP_HOSTNAME 127.0.0.1 IP or host of AMQP server
AMQP_PORT 5672 AMQP server port
AMQP_USERNAME guest User name used to connect to AMQP server
AMQP_PASSWORD guest Password used to connect to AMQP server
AMQP_VHOST / AMQP vhost
AMQP_TLS true Set to TRUE is HTTPS is activated.
AMQP_QUEUE job_undefined AMQP queue
BACKEND_HOSTNAME http://127.0.0.1:4000/api URL used to connect to backend server
BACKEND_USERNAME User name used to connect to backend server
BACKEND_PASSWORD Password used to connect to backend server

Dependencies

~14–19MB
~377K SLoC