#How to skip/cache initialize phase in python?

1 messages · Page 1 of 1 (latest)

ruby knoll
#

thread about skipping caching initialize phase in the python environment

digital canyon
#

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

ruby knoll
keen copper
#

@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?