Is there any way for batch processing, its fine. I want to implement that after every minute I add 5

Is there any way for batch processing, its fine. I want to implement that after every minute I add 50 users to 3rd party API likewise, I will be able to add all 400 users in 8 minutes. it will be fine... this schedules every day by cron trigger..is there any way I can do this. because by setTimeout or adding promise and fulfill it on 1 minute. both this approaches not working....
Was this page helpful?