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
The text was updated successfully, but these errors were encountered:
vdusek
added
debt
Code quality improvement or decrease of technical debt.
t-tooling
Issues with this label are in the ownership of the tooling team.
labels
Nov 29, 2023
vdusek
changed the title
Optimize performance by skipping unnecessary updateRequest() calls in RequestQueue.reclaim_request()
Optimize performance by skipping unnecessary update_request() calls in RequestQueue.reclaim_request()Aug 22, 2024
It is almost certain that we will at least increment the retry counter for the request before calling reclaim_request, so the chances of skipping the update are slim. I'll close the issue.
Optimize performance by skipping unnecessary
update_request()
calls inRequestQueue.reclaim_request()
https://github.com/apify/apify-sdk-python/blob/v1.3.0/src/apify/storages/request_queue.py#L314:318
The text was updated successfully, but these errors were encountered: