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 purpose of the fields is somewhat unclear, but it's certain that they don't belong to the Request class.
We should definitely explore the notion of an internal request in Crawlee and how it translates to the Python version.
The text was updated successfully, but these errors were encountered:
janbuchar
added
t-tooling
Issues with this label are in the ownership of the tooling team.
debt
Code quality improvement or decrease of technical debt.
labels
Apr 8, 2024
Also, the mechanism of determining an ID based on unique key should be exclusive to memory storage (internal request). So Request.id should only ever be populated by loading an API response.
Frankly, I don't think that there's any excuse for a request ID that's derived from a unique key. Maybe it has something to do with file path safety...
The purpose of the fields is somewhat unclear, but it's certain that they don't belong to the
Request
class.We should definitely explore the notion of an internal request in Crawlee and how it translates to the Python version.
The text was updated successfully, but these errors were encountered: