We are upgrading from 2019.2.1.0 to 2023.1
I have many AGOL feature services with attachments that we read and then write to a local database for archiving.
For example, I have a feature service that has about 50,000 point features. Only 4 of them have attachments (500K jpegs). I have it set to read in batches of 1,000.
In 2019, if I read this feature service with Attachments = Yes, it takes about 1 minute to read everything.
If I open the same workspace in 2023 and run it without updating the reader, it times out every time. Sometimes it doesn't even log that it reads the first 1000 before timing out in about 7-10 minutes. Other times it has read for over an hour but still times out.
If I disable attachment reading, it reads quickly in 2023.
If I upgrade the reader to 2023, the reading still times out when attachment reading is enabled.
The same is true for FME server. On our old 2019 server this workspace runs in about 2 minutes, but it times out every time on 2023.
Help, please.