hi folks, I had cronjob which takes more than 15 minutes so I refactored to workflow as there is no

hi folks, I had cronjob which takes more than 15 minutes so I refactored to workflow as there is no duration limit for steps. I was triggering workflow creation inside cronjob. But then I stuck at "too many subrequests". I send about 3k request to an api. In this case what should I do, did you have any problem like this ?
Was this page helpful?