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

Unused WARC writing queue context & cancel #196

Open
CorentinB opened this issue Feb 2, 2025 · 0 comments
Open

Unused WARC writing queue context & cancel #196

CorentinB opened this issue Feb 2, 2025 · 0 comments
Assignees
Labels
internal-only This PR/Issue is reserved for the IA team v2 Label to use when describing an issue for Zeno v2

Comments

@CorentinB
Copy link
Collaborator

CorentinB commented Feb 2, 2025

var (
	wwqContext, wwqCancel = context.WithCancel(context.Background())
)

Is unused in writing_queue_watcher.go.

wwqContext, wwqCancel = context.WithCancel(context.Background())

@CorentinB CorentinB added internal-only This PR/Issue is reserved for the IA team v2 Label to use when describing an issue for Zeno v2 labels Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal-only This PR/Issue is reserved for the IA team v2 Label to use when describing an issue for Zeno v2
Projects
None yet
Development

No branches or pull requests

2 participants