Skip to content

Can Sensor tick be manually triggered outside the usual schedule? #21805

Closed Answered by garethbrickman
mudravrik asked this question in Q&A
Discussion options

You must be logged in to vote

There's no way to manually trigger a sensor evaluation.

The closest approximation is in the GraphQL API you can use the sensorDryRun mutation to get back the DryRunInstitgationTick which has details about how the sensor's RunRequest would be composed (example query in this Gist)

You could then use this information to send a manual RunRequest, but this would not really be equivalent to the sensor itself performing an evaluation.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mudravrik
Comment options

@garethbrickman
Comment options

@mudravrik
Comment options

Answer selected by mudravrik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area: sensor Related to Sensors
2 participants