KintoneAppBuilder created
This commit is contained in:
6
backend/app/tasks.py
Normal file
6
backend/app/tasks.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from app.core.celery_app import celery_app
|
||||
|
||||
|
||||
@celery_app.task(acks_late=True)
|
||||
def example_task(word: str) -> str:
|
||||
return f"test task returns {word}"
|
||||
Reference in New Issue
Block a user