simple celery test with Print doesn't go to Terminal
问题 EDIT 1: Actually, print statements outputs to the Celery terminal, instead of the terminal where the python program is ran - as @PatrickAllen indicated OP I've recently started to use Celery, but can't even get a simple test going where I print a line to the terminal after a 30 second wait. In my tasks.py : from celery import Celery celery = Celery(__name__, broker='amqp://guest@localhost//', backend='amqp://guest@localhost//') @celery.task def test_message(): print ("schedule task says hello