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

Flower web interface fails to load when importing fast_bitrix24 Bitrix module in Django project #1395

Open
VitalyShrugged opened this issue Sep 10, 2024 · 0 comments
Labels

Comments

@VitalyShrugged
Copy link

Describe the bug
Importing Bitrix from the fast_bitrix24 library into any Django project file causes Flower to fail to load its web interface. It keeps infinitely loading the page when attempting to access the designated port where Flower is running. No errors appear in the terminal during this process. The issue persists with both Redis and RabbitMQ as message brokers.

To Reproduce
Steps to reproduce the behavior:

  1. Import Bitrix in any Django file:
    from fast_bitrix24 import Bitrix
  2. Start your Django project and message broker (Redis or RabbitMQ).
  3. Run the Celery worker:
    celery -A <your_project> worker --pool=solo --loglevel=INFO --hostname=worker1@%n
  4. Run Flower:
    celery -A <your_project> flower --broker=redis://localhost:6379/0
  5. Open the Flower web interface on the specified port (default: :5555).
  6. The page keeps infinitely loading.

System Information

  • OS: Windows 10
  • celery==5.4.0
  • flower==2.0.1
  • redis==5.0.8
  • fast-bitrix24==1.7.3
  • Django==5.0.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant