Skip to content
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

Allow for custom timeout duration? #1205

Open
maxkostas opened this issue Nov 22, 2024 · 0 comments
Open

Allow for custom timeout duration? #1205

maxkostas opened this issue Nov 22, 2024 · 0 comments

Comments

@maxkostas
Copy link

Hello!

I am trying to automate the process for multiple amazon account, and I was able to successfully set it up on my windows server.
However my Windows Server is quite slow and old and very often I get a timeout which often leads to not being able to get past the login prompts.

Would it be possible to set a new configuration flag with a custom timeout value?

My current command is:

docudigger scrape amazon --username "XXXX" --password "XXXX" --fileDestinationFolder="C:\Users\XXXX\Meine Ablage\PDF\Amazon\XXX" --onlyNew --recurringCron="0 1 * * *"

Maybe with a custom timeout like this?

docudigger scrape amazon --username "XXXX" --password "XXXX" --fileDestinationFolder="C:\Users\XXXX\Meine Ablage\PDF\Amazon\XXX" --onlyNew --recurringCron="0 1 * * *" --timeout="15000"

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant