Global flow limits
Tomas
Registered, Neuron 2022 Posts: 121 ✭✭✭✭✭
Hi, is it possible to change global flow limits via python API?
Thanks
Thanks
Tagged:
Answers
-
Hi,
Yes you can using: https://doc.dataiku.com/dss/latest/python-api/rest-api-client/other-administration.html#dataikuapi.dss.admin.DSSGeneralSettings
The keywords are
'maxRunningActivitiesPerJob'
'maxRunningActivities'Hope it helps,
Alex
-
Thanks!