Files

9 lines
138 B
Python
Raw Permalink Normal View History

2026-07-13 15:37:05 +08:00
from celery.app import task
from fuadmin.celery import app
@app.task(name="system.tasks.test_task")
def test_task():
print('test')