Is there a limit to the number of contract event syncs on a server?

Hi,

I ran into an issue where adding 21 event sync one after the other failed and lead to nothing being synced, no tables being created. See the post with code.

So I tried to add events one by one. And after 15 events, it stops working.

Moralis.Cloud.run("watchContractEvent", syncObject, {useMasterKey:true}) still returns {"success": true} but the table isnโ€™t created and the sync not happening.

Is there a hard limit to how many events can be synced?

I have 3 contracts on my Dapp, 27 events total to sync.

Server URL: https://xea0hfden2m8.usemoralis.com:2053/server

Iโ€™m on a paid plan. If this requires a server upgrade, how do I proceed?

Thanks.