Read only workflow worker

is there a way i can create worker which does not process any workflows/activities but can be used for handling query methods alone?

My use case is, i have workflows running, and at times for maitenance i need to ensure that temporal is not processing any new signals/ workflows submitted… in the mean while i would like have query methods on workflows to be answered… so is there a way i can create read only workflow worker/processor?

Not currently supported, but looks like a great idea. Please file a feature request for this.

1 Like

have raised a feature request… Read only workflow worker · Issue #3688 · temporalio/temporal · GitHub