mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[Issue] Task list is not cleared after complete task #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jp-kh-kim on GitHub (Jul 16, 2024).
I'm currently working with server, I found that control plane does not clear task list after complete task.
Consequently, the server runs a task repeatedly after some delay.
Here is my test code for pytest.
@nerdai commented on GitHub (Jul 18, 2024):
Thanks @jp-kh-kim for submitting the issue! May I know more details about the control plane, specifically what type of orchestrator that you are using?
@jp-kh-kim commented on GitHub (Jul 18, 2024):
@nerdai
Hi Andrei :)
I'm currently using gemini-1.5-flash. Here is a part of my pytest code.
@logan-markewich commented on GitHub (Sep 5, 2024):
We've done a major refactor, and I don't think this issue is relevant anymore