Increase ha supervisor repair timeout to 1h#551
Conversation
This command potentially downloads containers. Use the default container download timeout of 1h. Fixes: home-assistant/supervisor#5627
📝 WalkthroughWalkthroughThis change updates the timeout parameter used in the supervisor repair command. In the Changes
Sequence Diagram(s)sequenceDiagram
participant R as supervisorRepairCmd
participant G as GenericJSONPostTimeout
R->>G: Call with helper.ContainerDownloadTimeout
G-->>R: Return response
Assessment against linked issues
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (6)`*/**(html|markdown|md)`: - For instructional content in documentation, use a direct and authoritative tone. Avoid expressions of politeness such as 'may' or 'please', and ensure t...
`*/**(html|markdown|md)`: - Use bold to mark UI strings. - If "" are used to mark UI strings, replace them by bold.
`*/**(html|markdown|md)`: - Be brief in your replies and don't add fluff like "thank you for..." and "Please let me know if"
`*/**(html|markdown|md)`: - Use sentence-style capitalization also in headings.
`*/**(html|markdown|md)`: do not comment on HTML used for icons
`*/**(html|markdown|md)`: Avoid flagging inline HTML for embedding videos in future reviews for this repository.
🔇 Additional comments (1)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@agners is it possible to choose docker registry? AFAIK ha is available in both registries |
|
No, that is currently not possible. Also not all component are pushed to the Docker registry (Supervisor and plug-ins are only pushed to ghcr.io at this point). |
This command potentially downloads containers. Use the default container download timeout of 1h.
Fixes: home-assistant/supervisor#5627
Summary by CodeRabbit