#How to skip/cache initialize phase in python?
1 messages · Page 1 of 1 (latest)
this can't be skipped. It'll run everytime your pipeline is invoked. We leverage the cache as much as possible to make this step fast and we're currently working on some improvements to achieve the best possible performance.
cc @keen copper @copper ridge
thank you for info, I started a thread in #python channel for anyone interested in this topic. Bye
@ruby knoll Do you happen to have a trace URL available?
It will show up on all commands after you dagger login
That will give details on what exactly is happening during the initialization phase (and it’s shareable with us)
Also for context: does it happen every time? Or only when you change the code?