Join our Community Kickstart Hackathon to win a MacBook and other great prizes

Sign up on Discord
Back to Product Updates

Timeout Options for the Y42 Build Command

We've introduced new orchestration timeout flags (--max-runtime-source, --max-runtime-model, --max-runtime-seed, --max-runtime-all) for the build command, allowing you to set specific maximum runtimes for different asset types.

This update is designed to prevent early failures by extending the allowable execution time for long-running assets. Users can now specify maximum runtimes for different asset types to ensure that complex or extensive operations complete successfully without interruption.

# Sets maximum runtime for sources to 6 hours and for all other asset types to 1 hour
y42 build --max-runtime-source 6h --max-runtime-all 1h

Learn how →