rive_n
rive_n
wow no upd over here. What a nice project...
No, problem is not in `CELERY_BROKER_URL=amqp://riven:s3cr3t_p4ss@rabbit:5672/`. I tried to change it and give user permissions (administrator). but nothing helps. I even tried to do like in your official docs: `CELERY_BROKER_URL=amqp://riven:s3cr3t_p4ss@rabbit:5672//`...
I tried even to switch versions of Flower and RabbitMQ. Flower to 0.9.5 and 0.9.7 and Rabbit from alpine to manage. And nothing.
and sometimes i am able to create task. But... `Unknown worker '[email protected]'`
So if I am starting Rabbit first - i've got error about header. If second - timeout. I am installing curl with apk get inside container. And what i am...
> Duplicate of #1112? Nope, does not helps. Errors are random and there is no solution. And if you are talking about open duplicate - maybe you are right. And...
> Hello, Flower and Celery are both working fine with RabbitMQ, please see my example below: https://github.com/JCardoen/fast-api-example Please try to reproduce my issue. Or just say what is wrong in...
> > Здравствуйте, Цветок и сельдерей отлично работают с RabbitMQ, пожалуйста, смотрите мой пример ниже: [https://github.com/JCardoen/fast-api-example ](https://github.com/JCardoen/fast-api-example) > > yes, with version 5.1.2 thanks Wdm v5.1.2? I need to add...
I found a solution, but that's really strange one... Before of starting pool: `executor.start_polling(bot_dispatcher, skip_updates=True)` we need to configure Database object like this: ```python loop = get_event_loop() db = Database(loop)...