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

investigate better option to support appium restarts use-case when ipa/apk is downloading #263

Closed
vdelendik opened this issue Oct 9, 2023 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on
Milestone

Comments

@vdelendik
Copy link
Contributor

during downloading we generate ipa.lock file which has an expiration...
but at the same time if we restart appium container during this period we have a problem for the next 1800s (30m):

ENV APPIUM_MAX_LOCK_FILE_LIFETIME=1800

we have to find better way to detect and fix asap. as variant save informtion inside lock file about existing device udid and clean this file on restart/finally if appium on this device is being restarted

@vdelendik vdelendik added this to the 2.1 milestone May 22, 2024
@vdelendik vdelendik added enhancement New feature or request wontfix This will not be worked on labels May 22, 2024
@vdelendik
Copy link
Contributor Author

closing as won't fix because introduced retries and timeouts solved problem completely on production environments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
Archived in project
Development

No branches or pull requests

1 participant