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

Scale up number of simultaneous DID Finder Requests Serviced #956

Open
ponyisi opened this issue Jan 20, 2025 · 0 comments
Open

Scale up number of simultaneous DID Finder Requests Serviced #956

ponyisi opened this issue Jan 20, 2025 · 0 comments

Comments

@ponyisi
Copy link
Collaborator

ponyisi commented Jan 20, 2025

The DID finders currently use one thread per lookup. The lookups are typically dominated by I/O issues (e.g. waiting for responses from Rucio) and would be well suited to an async-first framework so we can scale up the number of simultaneous requests.

@ponyisi ponyisi added this to the 1.6 new features milestone Jan 20, 2025
@ponyisi ponyisi removed this from the 1.6 new features milestone Feb 4, 2025
@BenGalewsky BenGalewsky changed the title Use async framework for did finders Scale up number of threads in DID Finder Feb 4, 2025
@BenGalewsky BenGalewsky added this to the 1.6 new features milestone Feb 4, 2025
@BenGalewsky BenGalewsky changed the title Scale up number of threads in DID Finder Scale up number of simultaneous DID Finder Requests Serviced Feb 4, 2025
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

2 participants