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?