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: reduce go routines and add debug logging #394

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

bfabio
Copy link
Member

@bfabio bfabio commented May 30, 2024

The number of go routines could explode the more Publishers there are, despite out bottleneck being the GitHub API rate limiting.

Try to be more conservative with go routines.

The number of go routines could explode the more Publishers there are,
despite out bottleneck being the GitHub API rate limiting.

Try to be more conservative with go routines.
@bfabio bfabio merged commit 2c242f5 into italia:main Jun 3, 2024
4 checks passed
@bfabio bfabio deleted the go-routines branch June 3, 2024 17:22
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.

None yet

1 participant