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

subscription_manifest - increase the import timeout to 10 minutes #1475

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Sep 6, 2022

Fixes: #1474

@@ -84,7 +84,7 @@ def main():
supports_check_mode=False,
)

module.task_timeout = 5 * 60
module.task_timeout = 10 * 60
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to expose that as a parameter or are we rather safe now with 10 minutes?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to not have a param for that.

10 should be rather safe (in most cases even 5 is fine)

@evgeni evgeni merged commit 81c51af into theforeman:develop Sep 6, 2022
@evgeni evgeni deleted the manifest-timeout branch September 6, 2022 11:42
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.

Occasional timeout with subscription_manifest
2 participants