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

cdep: use ListContext instead of List to prevent/control context timeout #293

Merged
merged 1 commit into from Oct 20, 2021

Conversation

inancuvva
Copy link
Contributor

@inancuvva inancuvva commented Oct 20, 2021

This issue has been faced at two occasions. The issue still present so this piece of tweak solves it by increasing the context timeout and obviously controlling it ourselves within our code. The previous fix was directly in the third party repository however when looking at the List function closely it proxies the call to ListContext function by attaching a content with timeout. We are now calling ListContext with our context.

@inancuvva inancuvva merged commit fb4a721 into master Oct 20, 2021
@inancuvva inancuvva deleted the cdep-list-with-context branch October 20, 2021 08:47
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

3 participants