I have a workflow which contain more than 100 actions (type: operations) that will insert/update data into a table. There is no dependency between actions leading to error "Exceeded rate limits". I read conversation here.
As the conversation, I try to set
{
"concurrentActions": 1
}
But it does not work. Is this a right param? Can we have any workarounds?
I use "@dataform/core": "3.0.2" on GCP
Thanks and Best Regards,
Cong Danh