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

profile browser fixes: better resource usage + load retry (main) #1604

Merged
merged 1 commit into from Mar 16, 2024

Conversation

ikreymer
Copy link
Member

  • Backend: Use separate resource constraints for profiles: default profile browser resources to either 'profile_browser_cpu' / 'profile_browser_memory' or single browser 'crawler_memory_base' / 'crawler_cpu_base', instead of scaled to the number of browser workers

  • Frontend: check that profile html page is loading, keep retrying if still getting nginx error instead of loading an iframe with the error.

Fixes #1598
Copy of #1599 from 1.9.4

- default profile browser resources to either 'profile_browser_cpu' / 'profile_browser_memory' or single browser 'crawler_memory_base' / 'crawler_cpu_base',
instead of scaled to the number of browser workers
- frontend: check that profile html page is loading, retry if getting nginx error
- fixes #1598
@ikreymer ikreymer merged commit e7af081 into main Mar 16, 2024
6 checks passed
@ikreymer ikreymer deleted the profile-fix branch March 16, 2024 22:07
ikreymer added a commit that referenced this pull request Mar 27, 2024
ikreymer added a commit that referenced this pull request Mar 27, 2024
follow-up to #1604

Add missing setTimeout to retry profile loading.
ikreymer added a commit that referenced this pull request Mar 28, 2024
follow-up to #1604

Add missing setTimeout to retry profile loading.
@ikreymer ikreymer mentioned this pull request Mar 28, 2024
ikreymer added a commit that referenced this pull request Mar 28, 2024
retry loading profile if initial load fails, follow-up to #1604
- Add missing setTimeout to retry profile loading

bump RWP to 1.8.15
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

Successfully merging this pull request may close these issues.

[Feature]: Profile resources + loading improvements
1 participant