Giter Club home page Giter Club logo

celery-worker-on-demand's People

Contributors

dougppaz avatar dyohan9 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

bellyfat

celery-worker-on-demand's Issues

Queue size not working with rabitmq broker

  File "/root/src/celery-worker-on-demand/celery_worker_on_demand/__init__.py", line 62, in queue_size,
AttributeError: 'Channel' object has no attribute '_size',
    return self.cwod.channel._size(queue.name),
    queue.size = self.queue_size(queue),
    self.run(),
Traceback (most recent call last):,
  File "/usr/local/lib/python3.6/threading.py", line 916, in _bootstrap_inner,
  File "/root/src/celery-worker-on-demand/celery_worker_on_demand/__init__.py", line 53, in run

ConnectionResetError raised by WorkerMonitor


Exception in thread Thread-2:,
Traceback (most recent call last):,
  File "/usr/local/lib/python3.6/threading.py", line 916, in _bootstrap_inner,
    self.run(),
  File "/root/src/celery-worker-on-demand/celery_worker_on_demand/__init__.py", line 124, in run,
    recv.capture(limit=None, timeout=None, wakeup=True),
  File "/usr/local/lib/python3.6/site-packages/celery/events/receiver.py", line 92, in capture,
    return list(self.consume(limit=limit, timeout=timeout, wakeup=wakeup)),
  File "/usr/local/lib/python3.6/site-packages/kombu/mixins.py", line 192, in consume,
    conn.drain_events(timeout=safety_interval),
  File "/usr/local/lib/python3.6/site-packages/kombu/connection.py", line 315, in drain_events,
    return self.transport.drain_events(self.connection, **kwargs),
  File "/usr/local/lib/python3.6/site-packages/kombu/transport/pyamqp.py", line 103, in drain_events,
    return connection.drain_events(**kwargs),
  File "/usr/local/lib/python3.6/site-packages/amqp/connection.py", line 491, in drain_events,
    while not self.blocking_read(timeout):,
  File "/usr/local/lib/python3.6/site-packages/amqp/connection.py", line 496, in blocking_read,
    frame = self.transport.read_frame(),
  File "/usr/local/lib/python3.6/site-packages/amqp/transport.py", line 243, in read_frame,
    frame_header = read(7, True),
  File "/usr/local/lib/python3.6/site-packages/amqp/transport.py", line 418, in _read,
    s = recv(n - len(rbuf)),
ConnectionResetError: [Errno 104] Connection reset by peer

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.