ndkale icon indicating copy to clipboard operation
ndkale copied to clipboard

Broken

Open Mudpuppy12 opened this issue 3 years ago • 1 comments

I don't think this works anymore. At least the example is broken.

MESSAGE_QUEUE_USE_PROXY = True MESSAGE_QUEUE_PROXY_PORT = 9324 MESSAGE_QUEUE_PROXY_HOST = os.getenv('MESSAGE_QUEUE_PROXY_HOST', '0.0.0.0')

Are not even used anywhere in the code.

Setting MESSAGE_QUEUE_ENDPOINT_URL = 'http://localhost:9324' seems to work for ElasticMQ connectivity.

This also seems broken

./run_publisher.sh usage: publisher.py [-h] n publisher.py: error: unrecognized arguments: -n

Mudpuppy12 avatar Oct 29 '21 00:10 Mudpuppy12

parser.add_argument('-n', type=int, default=10, help='The input of fibonacci task. Default: 10')

publisher.py was missing the dash for the argument

Mudpuppy12 avatar Oct 29 '21 00:10 Mudpuppy12