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

push后如何获取任务状态? #146

Open
zdoek001 opened this issue Jan 8, 2025 · 2 comments
Open

push后如何获取任务状态? #146

zdoek001 opened this issue Jan 8, 2025 · 2 comments

Comments

@zdoek001
Copy link

zdoek001 commented Jan 8, 2025

如何通过task id获取?
等待\开始\完成\失败等状态.

以及如何在执行过程中返回迭代器的信息?

@ydf0509
Copy link
Owner

ydf0509 commented Jan 8, 2025

有文档了。 搜rpc吧,里面就有获取消费状态的啊。

肯定不支持yield 迭代器啊,怎么可能支持这,celery能支持吗。这怎么可能支持

@zdoek001
Copy link
Author

zdoek001 commented Jan 8, 2025

有文档了。 搜rpc吧,里面就有获取消费状态的啊。

肯定不支持yield 迭代器啊,怎么可能支持这,celery能支持吗。这怎么可能支持

看到is_pending和is_success了,但是貌似执行中 is_pending 也是true.没有区分等待和进行中吗

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