Slackbot
10/13/2023, 11:08 AMJavi
10/13/2023, 11:13 AMVampire
10/13/2023, 12:42 PM--rerun would be better on recent versions, because it only force-runs the given task, not all tasks.
To not need it, either as Javi said properly define the inputs and outputs of the task, or if you cannot or do not want to, use @UntrackedTask or doNotTrackState() to disable up-to-date checks and caching.