OpenWaterFoundation / owf-tstool-timesheetscom-plugin

Open Water Foundation plugin for timesheets.com API
GNU General Public License v3.0
0 stars 0 forks source link

Data caching - need to handle HTTP 420 errors #4

Closed smalers closed 8 months ago

smalers commented 8 months ago

The web service returns HTTP 420 code if requests are made too close together. This needs to be handled with a wait and retry.

smalers commented 8 months ago

This error code is now handled and if necessary a wait and retry occurs. Close this issue.