gevent-socketio-tutorial icon indicating copy to clipboard operation
gevent-socketio-tutorial copied to clipboard

No output

Open nipunarora opened this issue 10 years ago • 0 comments

Is there supposed to be an output? I have vagrant up running, and see no output beyond 'task started' and 'task already running'. I can see that the tail function is actually being executed, by issuing a print command. I had assumed I should be able to see an output of the published messages from tail on screen in real time?

I followed the following steps

  1. vagrant up
  2. (flask)nipun@am11-04:~/workspace/gevent-socketio-tutorial$ python server.py
  3. (flask)nipun@am11-04:~/workspace/gevent-socketio-tutorial$ celery -A 'app.celery' worker

I installed flask, celery, flask_assets, gevent, and gevent-socketio in the virtual environment (flask). Is there any setting that I am missing?

Thanks Nipun

nipunarora avatar Oct 11 '15 22:10 nipunarora