celery-java icon indicating copy to clipboard operation
celery-java copied to clipboard

Task id can not be retrieved by the client side

Open StonesGitHub opened this issue 6 years ago • 1 comments

Given the client and worker of celery might be deployed on different machines, to let the client side record the task id is very useful when locating problems. Currently, the client knows the task id, but it doesn`t reveal the info to the user. I suggest that it is better to expose the task id info to the user who calls a celery client submitting Pls consider it.

StonesGitHub avatar Mar 08 '18 03:03 StonesGitHub

I try to kick a task1 in celery to kick task2, and task1 return task2.id, then Java can get task2.id......

roroyu avatar Jun 03 '21 07:06 roroyu