Giter Club home page Giter Club logo

Comments (3)

anentropic avatar anentropic commented on May 22, 2024

actually it doesn't work properly after restarting it either, after a couple of clicks I get the same symptoms (browser stuck endless loading, nothing happens). I've tried this a bunch of times - supervisorctl restart enc-flower works briefly, stops, restart, works briefly, stops.

My /etc/supervisor.d/enc-flower.conf looks like:

[program:enc-flower]
command=/path/to/my/virtual/env/bin/python manage.py celery flower
process_name=%(program_name)s
numprocs=1
numprocs_start=0
autostart=false
autorestart=true
startsecs=1
startretries=3
exitcodes=0,2
stopsignal=TERM
stopwaitsecs=10
user=vagrant
redirect_stderr=false
stdout_logfile=AUTO
stdout_logfile_maxbytes=50MB
stdout_logfile_backups=10
stdout_capture_maxbytes=0
stdout_events_enabled=false
stderr_logfile=AUTO
stderr_logfile_maxbytes=50MB
stderr_logfile_backups=10
stderr_capture_maxbytes=0
stderr_events_enabled=false
directory=/path/to/my/django/project
serverurl=AUTO

I don't see any errors in the supervisord or stderr logs.

from flower.

anentropic avatar anentropic commented on May 22, 2024

RabbtMQ Management Console works fine BTW, so it's something specific to Celery/Flower

from flower.

anentropic avatar anentropic commented on May 22, 2024

well the problem seems to have magically resolved itself... maybe the cause was in Vagrant, or the browser, or this crappy Ubuntu dev box, but I guess it's not in Flower

from flower.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.