table of contents
CELERY RESULT(1) | celery result Manual | CELERY RESULT(1) |
NAME¶
celery-result - Print the return value for a given task id.
SYNOPSIS¶
celery result [OPTIONS] TASK_ID
DESCRIPTION¶
Print the return value for a given task id.
OPTIONS¶
- -t, --task TEXT
- Name of task (if custom backend).
- --traceback
- Show traceback instead.
2025-03-01 | 5.4.0 |