So we observed an odd behavior with our code, that...
# pacc-july-17-18-2023
d
So we observed an odd behavior with our code, that the cache would be reused if the script was invoked with
python
, even past expiration, but not if we ran the flow as a function from within a Python interpreter
j
Interesting. In production workflows you’ll be using deployments, which we’ll chat about first thing tomorrow.