In GNU/Linux I have an issue with an application I have made. It works in my development environment, most of the components running in dockers or natively, but it randomly (often, but not always) fails in the server environment where it needs to be deployed. Infrastructure: Both servers seem to have enough resources -4 CPUs, 4 GB RAM. The machine
Tag: rabbitmq
rabbitmq cluster mistmatch hostname issue
I have deployed openstack-ansible with 3 node rabbitmq cluster and it use lxc to run rabbitmq on top, I am seeing very strange error here when i did rabbitmqctl status command, if you notice its talking to wrong node ostack-controller-01 is host node and not a actual rabbitmq node.. How do i fix this behavior and tell rabbitmq to talk
Django – Celery 4.1 with django-celery-beat/rabbitmq : Nothing?
I followed the tutorial on http://docs.celeryproject.org/en/latest/ and I am on virtualbox (Xubuntu 16.XX TLS), Django 1.11.3, Celery 4.1 . rabbitmq 3.6.14, Python 2.7 . and when I started the daemonization with the init-script: celerybeat (with /etc/default/celeryd config file) [2017-11-19 01:13:00,912: INFO/MainProcess] beat: Starting… and nothing more after. Do you see what could I make wrong ? My celery.py: some_app/tasks.py: /etc/default/celeryd:
How to setup Elixir project to use RabbitMQ via amqp?
I want to use rabbitMQ from my elixir phoenix app via amqp. I followed tutorial on official website but still during mix.deps compile, I get an error: Terminal screenshot I added only :amqp and {:amqp, “~> 0.1.4”}, in mix.exs file: What changes I need to make, to have my elixir app work with rabbitMQ? Thank you Answer It is a
Rabbitmq remote call with Pika
I am new to rabbitmq and trying to figure out how I can make a client request a server with information about memory and CPU utilization with this tutorial (https://www.rabbitmq.com/tutorials/tutorial-six-python.html). So the client requests for CPU and memory ( I believe I will need two queues) and the server respond with the values. Is there anyway to simple create a