Savin

Results 213 comments of Savin

you can already do it today out of the box on mac os - just try executing - ``` caffeinate -i bash -c "python coreweave_flow.py run" ``` :)

It's a good question if metaflow should interfere with the system settings of the host computer. I am unaware of any other program of a similar nature that hijacks the...

for long-running workflows there can be other sources of interruptions as well (the machine could crash for any arbitrary reason) - that's why we recommend deploying the flow to [step-functions,...

hi! sorry for the delay - by design we limit the number of external dependencies and in this case, it seems that there is a [good enough solution](https://github.com/Netflix/metaflow/issues/2032#issuecomment-2354433319) that works...

One idea could be to introduce logging options on CLI - something like `python flow.py --logging=concise run` or maybe `python flow.py --no-verbose run`. What do you think?

@michellewehr - any reason not to migrate database using snapshots?

i believe we have the arm versions published too in a different location. @saikonen would you happen to know?

Also, can you help me with the scenarios you have been able to test (across @kubernetes, @parallel - locally as well as with argo-workflows and airflow) and the outputs. I...