After around 7 to 10 days some uimapi calls fail, yet others still work.
For example GET Origins, will always fail.
wasp can no longer make the calls to the database, so the uimapi calls that are direct to the database such as 'origins' fail.
Release : 20.3
Component : UIM - WEBSERVICES_REST
Temporary fix is to restart wasp.
The permanent fix was to make these changes to wasp.cfg:
dbcp_max_wait = 30000
dbcp_max_idle = 50
dbcp_max_active = 300