temporalio / temporalio/temporal
Read only workflow worker
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.2k
- Forks
- 1.9k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 228
Description
Is your feature request related to a problem? Please describe.
There are times when i want my sysetm not to process workflows/signals (say during maintenance period)
However, i would like workflow queries to still be processed during this maintenace period
Describe the solution you'd like
I am thinking of a read only worker which can process /respond to queryes but will not process activity/siginals/workflows.
Describe alternatives you've considered
Custom code, in my workflow , keeping all workflows in a timer event usin workflow.await()
I had some queries regarding this in community and @mfateev advised to raise a Feature Request.
https://community.temporal.io/t/read-only-workflow-worker/6635
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
Start with the requested read-only worker behavior in this issue and review the linked Temporal community discussion for the existing context. No repository files, tests, or entry points are named, so the implementation scope and acceptance criteria need to be established before work can begin.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100