Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
16 stars 4 forks source link

Auto-restart the demo endpoint #420

Open WillEngler opened 5 months ago

WillEngler commented 5 months ago

When the demo endpoint goes down, 95% of the time the answer is to delete the main endpoint pod, thereby restarting the endpoint. This seems extremely automateable, either triggered by a monitor noticing the endpoint is down or just on a cron schedule that resets it regularly as a preventative measure.

Assumptions:

1. 2.

Acceptance Criteria

Given..., when..., then...