Hello! I have a deployment thats using a docker infrastructure block and an s3 storage block (agent running in ec2).
It seems to be running an old version of the code even though the files in s3 are updated. It’s never been an issue in the past.
Is there some kind of caching taking place? Any tips for debugging?
n
Nate
10/31/2023, 8:24 PM
hey @Tomas Knoetze - you haven't built your flow code into your docker image have you?
t
Tomas Knoetze
10/31/2023, 8:31 PM
No I don’t think so. It’s a very old deployment.
Tomas Knoetze
10/31/2023, 8:32 PM
I mean the docker image does contain the flow code, but the storage is configured as s3 storage.
Tomas Knoetze
10/31/2023, 9:02 PM
figured out how to use the docker image as the code storage instead of s3. 👍 all good now.