can sensors run in parallel? If a sensor has a tim...
# ask-community
c
can sensors run in parallel? If a sensor has a timeout for connecting to kafka for instance it blocks all the other sensors executions
i saw there is something called sensors threads pool, but i can't find documentation nor examples. Any clue?
i found this feature-request. Is therea a workaround for running multiple sensors in kubernetes at the same time (in parallel)??
this seems to work:
Copy code
sensors:
  num_workers: 16
  use_threads: true
50 kafka request messages (with a dummy op execution) + slack succeeded notification in 6 minutes vs 11 minutes without setting the
use_threads
d
c
thanks! @daniel