We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: