This has always been an issue, but it’s been exacerbated lately to the point of not working at all.
I use Make (Formerly known as Integromat) for a variety of automations.
One of my automations essentially does:
- Split Excel worksheet
- Iterate over sheets
- Delete the top row in each sheet
- For each sheet; usually some mix of converting XLSX to CSV, deleting columns, and downloading the sheet
Everything works great when it works, but often one of the Aspose requests will time out and will stop the whole thing.
What’s interesting is that when I check my API usage, the requests appear to be going through and giving 200s - but perhaps it’s not sending that back? Or perhaps the Make integration is broken? I’m unsure who supports the integration, and where the error lies.
So, sometimes the first couple Aspose requests make it through, but then the next one hangs and it all breaks after a timeout.