Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken #74

Open
Mudpuppy12 opened this issue Oct 29, 2021 · 1 comment
Open

Broken #74

Mudpuppy12 opened this issue Oct 29, 2021 · 1 comment

Comments

@Mudpuppy12
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant