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

Fix and re-enable test/node/agent.js concurrency test #98

Open
Tracked by #56
SgtPooki opened this issue Dec 15, 2022 · 0 comments
Open
Tracked by #56

Fix and re-enable test/node/agent.js concurrency test #98

SgtPooki opened this issue Dec 15, 2022 · 0 comments

Comments

@SgtPooki
Copy link
Member

SgtPooki commented Dec 15, 2022

see #83 (comment)

we should implement functionality similar to what libp2p is doing, to ensure requests are prevented from ever making it to the server.

Currently, most of the APIs are using api.post where api is IpfsUtilsHttpClient. We should wrap any of these calls with a queue provider that limits requests based on some settings from users.

@SgtPooki SgtPooki changed the title test/node/agent.js is currently being skipped. Fix test/node/agent.js concurrency test Dec 15, 2022
@SgtPooki SgtPooki changed the title Fix test/node/agent.js concurrency test Fix and re-enable test/node/agent.js concurrency test Dec 15, 2022
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