Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hey, I Have A Need To Temporarily Prevent A Specific Worker, By Worker Id, From Pulling Tasks From All Queues. I Came Across The

Hey, I have a need to temporarily prevent a specific worker, by worker ID, from pulling tasks from all queues. I came across the workers.set_runtime_properties endpoint in the docs, but am I correct in assuming that that's only available under the enterprise plan? Is there any way to disable a worker through the SDK or REST API without having to completely unregister/register the worker when self-hosting?

  
  
Posted 3 months ago
Votes Newest

Answers


Hi @<1709015393701466112:profile|ScatteredPeacock14> , you are correct, this feature is available only in the Scale/Enterprise plans.

I'm afraid there isn't anything besides unregistering/re-registering

  
  
Posted 3 months ago
255 Views
1 Answer
3 months ago
3 months ago
Tags