We noticed this error starting around 4AM EST today (9/11/23) when our automated jobs failed. We've been periodically attempting to refresh our data and have mostly received the error below:
This error was encountered with our home built process.
('error', {'uuid': '8314e2fb-4021-4495-998c-de290f2c1da8', 'message': 'DAP Querying service is overloaded or under maintenance.', 'type': 'Overloaded'})
We also set up a Postgres DB to test the DAP client and encountered the same error:
root@240f218ec931:~# dap initdb --connection-string postgresql://canvas:DartBoard23@localhost/cd2 --namespace canvas --table accounts
2023-09-11 19:32:25,674 - WARNING - Received error in response:
2023-09-11 19:32:25,677 - ERROR - An exception occurred while executing the command: DAP Querying service is overloaded or under maintenance. (1efdec98-e3f4-48f7-9e07-9fb3464e2be0)
2023-09-11 19:32:25,677 - ERROR -
From our end, we're looking at a much worse success rate than 50%. We attempted the DAP initdb command around 10 times before we hit a successful result for a single small table.