It should still work. But it is now accessible with https://cloud.google.com/dataflow/docs/reference/service-options#python. For example,
--dataflowServiceOptions=max_workflow_runtime_walltime_seconds=300 On Sat, Jun 28, 2025 at 6:27 AM Marc _ <[email protected]> wrote: > hI all > i enquired on this long time ago and i have been using this code to set > the max timeout on a job > Is it still the right way to do it? i am using beam 2.61 > > Kind regards > Marco > > experiment_value = f"max_workflow_runtime_walltime_seconds={timeout_secs}" > > pipeline_optionss = PipelineOptions(pipeline_args) > pipeline_optionss.view_as(SetupOptions).save_main_session = save_main_session > pipeline_optionss.view_as(DebugOptions).add_experiment(experiment_value) > >
