abort job when running for too long.
TranhieuTX3
Registered Posts: 2 ✭✭✭
Hi everyone
Is there any options that allow kill scenario when running for too long?
recently, I have had some issues with the external data source causing scenario to run for 2 or 3 days without stop. Is there any configuration that allow us to terminate a scenario when they are running for too long (I would prefer low code or no code solution actually)
Thanks a lot.
Tagged:
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @TranhieuTX3
,
There is no built-in functionality, but you use Dataiku Python API as detailed here:
https://developer.dataiku.com/latest/concepts-and-examples/scenarios-inside.html#detailed-examples
Thanks