Replies: 1 comment 1 reply
-
This section about sensor evaluation interval is important to note:
|
Beta Was this translation helpful? Give feedback.
-
This section about sensor evaluation interval is important to note:
|
Beta Was this translation helpful? Give feedback.
-
I guess i handle a typical scenario of polling the RabbitMQ queue for messages to run a job in a sensor. For the scenario, a listening consumer would be more efficient, but it's not provided by Dagster, only polling with Sensor.
Due to that i neeed more frequent timeout than the default 60 seconds, let it be 1 second, to get close to listening as dozens messages can appear in a queue in a short period of time, and to increase the whole system responsivity.
run_status_sensor
(failure & success) easily overwhelmed in larger deployments and become useless. Recent code changes removed ability to fix via hidden cursor. #19224Beta Was this translation helpful? Give feedback.
All reactions