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

Use the context in rule_type create for each rule_type #1384

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

jhrozek
Copy link
Contributor

@jhrozek jhrozek commented Nov 1, 2023

We were passing the 5 second timeout to a function that was invoked in a
loop, so if the cumulative time of operations that used that context
higher than 5 seconds we would get a timeout. This was common with
rule_type create.

Fixes: #1383

We were passing the 5 second timeout to a function that was invoked in a
loop, so if the cumulative time of operations that used that context
higher than 5 seconds we would get a timeout. This was common with
rule_type create.

Fixes: #1383
@jhrozek jhrozek merged commit d66b78a into stacklok:main Nov 1, 2023
12 checks passed
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.

rule_type create is especially prone to timeouts
2 participants