-
Notifications
You must be signed in to change notification settings - Fork 13
refactor!: Adapt to the Crawlee v1.0 #470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d27c080
to
82efd3e
Compare
067b793
to
104a168
Compare
dc7f0a7
to
a3d68a2
Compare
@@ -11,14 +11,14 @@ async def main() -> None: | |||
await dataset.export_to( | |||
content_type='csv', | |||
key='data.csv', | |||
to_key_value_store_name='my-cool-key-value-store', | |||
to_kvs_name='my-cool-key-value-store', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this BC break worth it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's evaluate all the potential BCs at the end
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. I thought we are nearing that now 😁
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we're just re-exporting the storages
from crawlee
here, there will be many more cases than this one. I'm not saying we have to rename this particular argument (and I will undo it if you insist—just I don't like those long identifiers, especially when we can use the KVS abbreviation).
- Add more integration tests for RQ (mostly to better test the new Apify RQ in the #470). - Utilization of `Actor.log` - as they are seen in the test output.
d59b100
to
f5189c5
Compare
dc6885b
to
ae3044e
Compare
Drop forefront info from local chache as it is unreliable and complicates the flow. Only the platform knows the real forefront, do not try to keep imperfect copy of it locally and rather design the system to work without being aware of the cached forefront.
@@ -0,0 +1,18 @@ | |||
--- | |||
id: upgrading-to-v2 | |||
title: Upgrading to v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to v3
All the issues in integration tests are resolved. Let's resolve the remaining things (deduplication, upgrading guide, ...) in separate PRs. |
Description
Issues
test_actor_on_platform_max_request_retries
flakiness #540Testing