temporalio / temporalio/features
[Feature Request] Worker Pause
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Describe the solution you'd like
People want to be able to ask a worker to stop polling but don't want to shutdown the worker (and then they want to unpause to resume polling). This is likely just a pause() and unpause() on the worker, maybe with something that lets you know whether it's paused.
- Go
- Java
- Core
- TypeScript (after core)
- Python (after core)
- .NET (after core)
Contributor guide
No contributing guide indexed for this repository
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
No files or tests are named. Start by defining the core worker polling lifecycle and the pause()/unpause() API contract, then determine how the Go, Java, TypeScript, Python, and .NET implementations should follow it. Done means workers can stop and resume polling without shutdown, with paused-state visibility if included in the final contract.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, java, python, typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100