Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task id can not be retrieved by the client side #15

Open
StonesGitHub opened this issue Mar 8, 2018 · 1 comment
Open

Task id can not be retrieved by the client side #15

StonesGitHub opened this issue Mar 8, 2018 · 1 comment

Comments

@StonesGitHub
Copy link

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.

@roroyu
Copy link

roroyu commented Jun 3, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants