Can't close tasks in an event callback when using gRPC
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 592
- Forks
- 199
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 10
Description
test___done_event_registered___call_clear_in_callback___stop_close_in_callback_with_success_status and test___every_n_samples_event_registered___call_clear_in_callback___stop_close_in_callback_with_success_status fail when closing a task in an event callback.
This is supported when not using gRPC
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate and run the two named event-callback tests, then compare their gRPC behavior with the supported non-gRPC path. Trace how callback-triggered task clearing and closing are handled, and confirm the tests pass when closing a task from the callback with a success status.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- grpc, python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100