2.3 执行一个异步任务. # worker node: from celery import Celery. app = Celery(...) @app.task. def add(a, b):. return a + b. # web node:.
確定! 回上一頁