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
After series of continuous testing, some of the queries (for roads) faced the server issue "Maximum retries with a query is reached".
It was partly solved with the following action:
put extra symbols into the comment section of SQL query and run it again, then server doesn't consider it the same query. It wasn't automated yet in code (if this error faced, change the SQL query and repeat).
To solve it finally:
[write the conditional check - if this issue faced, amend SQL query and run it again]
The text was updated successfully, but these errors were encountered:
After series of continuous testing, some of the queries (for roads) faced the server issue "Maximum retries with a query is reached".
It was partly solved with the following action:
put extra symbols into the comment section of SQL query and run it again, then server doesn't consider it the same query. It wasn't automated yet in code (if this error faced, change the SQL query and repeat).
To solve it finally:
The text was updated successfully, but these errors were encountered: