You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
If WMS request in timgen returns HTTP status code 4xx or 5xx, timgen retries to send the request and if it fails, it stops immediately (by writing error message to canvas_data_url_error).
Found behavior
If WMS request in timgen returns HTTP status code 4xx or 5xx, timgen does not retry the request and it does not write error message to canvas_data_url_error. Therefore thumbnail.py waits for all tries and this waiting is unwanted.
The text was updated successfully, but these errors were encountered:
Expected behavior
If WMS request in timgen returns HTTP status code 4xx or 5xx, timgen retries to send the request and if it fails, it stops immediately (by writing error message to
canvas_data_url_error
).Found behavior
If WMS request in timgen returns HTTP status code 4xx or 5xx, timgen does not retry the request and it does not write error message to
canvas_data_url_error
. Therefore thumbnail.py waits for all tries and this waiting is unwanted.The text was updated successfully, but these errors were encountered: