Replies: 3 comments 2 replies
-
hi @anilpixel - can you add some more detail on your use case? the if you have a static machine where your worker runs, this could be possible, as you might be able to write a custom pull step that checks some hash (in git you could check a SHA but in s3 its not immediately obvious what the right way to check for changes is) to decide whether to pull it down again. but there's likely still some challenges there, like where does the code live on disk such that the worker can submit it correctly? |
Beta Was this translation helpful? Give feedback.
-
Yes, I am using multiple static machines, and I use Prefect to manage my RPA code. Can I determine if an update is needed through the deployment version? |
Beta Was this translation helpful? Give feedback.
-
My idea is to use the RemoteStorage class in a custom pull step to fetch the code, but I'm not sure if it's possible to determine if there's a new version based on the deployment version. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't find any examples in the official documentation, thank you everyone
Beta Was this translation helpful? Give feedback.
All reactions