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

Introduce an Event when Annotations worker finished #5677

Open
1 of 2 tasks
JoeColmado opened this issue Nov 19, 2024 · 0 comments
Open
1 of 2 tasks

Introduce an Event when Annotations worker finished #5677

JoeColmado opened this issue Nov 19, 2024 · 0 comments

Comments

@JoeColmado
Copy link

Describe the feature

Currently, there is no way to know when the Annotations worker has completed its task. This lack of notification can lead to inefficiencies in workflows that depend on the completion of annotation processing. To address this, we propose introducing an event that is triggered when the Annotations worker has finished its work.

Use Case

We've encountered challenges in determining whether annotations are still running. The current workaround implemented in #4408 uses a recursive method call with a timeout, which is not an ideal solution. To address this issue more elegantly, we propose introducing an event that signals when the Annotations worker has finished its task.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

ACE version used

1.36.3

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

No branches or pull requests

1 participant