This message was deleted.
# ask-anything
s
This message was deleted.
e
hey @Sam Denny! you're on the right track
params.resources_
is the way to go currently. however, since
params.resources_
looks at the whole file you might get some false positives (e.g., task "some-task" calls function A in utils.py, but since
resources_
looks at the whole file, if you modify function B, "some-task" will execute again) we have a stalled branch that will provide a much better experience here and will automatically detect deep dependencies. e.g. if "some-task" calls function A in utils.py, only chances to such function will cause the task to re-run. the implementation is almost complete but it needs more testing, so if you're up for the challenge, feel free to take on it!
👍 1
s
That's great - I'll take a look 🙂
e
awesome, please share your feedback!