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

Is it possible to get task id? #7

Open
polosatyi opened this issue Oct 20, 2017 · 1 comment
Open

Is it possible to get task id? #7

polosatyi opened this issue Oct 20, 2017 · 1 comment

Comments

@polosatyi
Copy link

Hi, thank you very much for the project!
I have a question. It's working with celery:
task_id = celery.send_task('task_name')
Celery send_task returns id and I can use it in other place to get result. For example:
result = celery.AsyncResult(task_id)
I tried with aiotasks, but was not successful.
task_id = await send_task("task_name")
Aiotasks send_task returns 1 always. And I don't know how to get a result by task_id.

@cr0hn
Copy link
Owner

cr0hn commented Dec 27, 2017

Hi. Not currently. The project is still in a very early state

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