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

OSF too many requests #327

Open
nichollsh opened this issue Jan 21, 2025 · 0 comments · May be fixed by #329
Open

OSF too many requests #327

nichollsh opened this issue Jan 21, 2025 · 0 comments · May be fixed by #329
Assignees
Labels
bug Something isn't working Priority 2: high Priority level 2: high time criticality or importance software Relating to software and implementation

Comments

@nichollsh
Copy link
Contributor

When running large grids of models, sometimes they will crash because of a HTTP 429 (too many requests) response from OSF. This is because each grid point is individually querying OSF for the presence of data files.

We could mitigate this easily by having grid_proteus run each instance in offline mode, using the --offline flag.

@nichollsh nichollsh added bug Something isn't working software Relating to software and implementation Priority 2: high Priority level 2: high time criticality or importance labels Jan 21, 2025
@nichollsh nichollsh moved this from Next up to In Progress in PROTEUS Development Roadmap Jan 21, 2025
@nichollsh nichollsh self-assigned this Jan 21, 2025
@nichollsh nichollsh linked a pull request Jan 23, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority 2: high Priority level 2: high time criticality or importance software Relating to software and implementation
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant