Join Slack
Powered by
I see that a goal_rule is always uncacheable, but ...
# plugins
s
square-elephant-85438
12/02/2024, 6:44 PM
I see that a goal_rule is always uncacheable, but are the rules invoked by a goal_rule cacheable?
✅ 1
f
fast-nail-55400
12/02/2024, 7:37 PM
yes, the other rules invoked are cached (or not if they themselves are marked as uncacheable)
fast-nail-55400
12/02/2024, 7:38 PM
(and side note, even "uncached" rules are only evaluated once per Pants "session" - a single CLI invocation usually)
s
square-elephant-85438
12/02/2024, 7:56 PM
Got it, thanks!
Open in Slack
Previous
Next