gevent-socketio-tutorial
gevent-socketio-tutorial copied to clipboard
No output
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
- vagrant up
- (flask)nipun@am11-04:~/workspace/gevent-socketio-tutorial$ python server.py
- (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