A celery task is simply a Python function decorated with the @app.task decorator. Here's an example of a simple Celery task that will sum two ...
確定! 回上一頁