hitrov / oci-arm-host-capacity

This script allows to bypass Oracle Cloud Infrastructure 'Out of host capacity' error immediately when additional OCI capacity will appear in your Home Region / Availability domain.
MIT License
964 stars 490 forks source link

Process dies after 3 attempts #103

Closed brian6932 closed 10 months ago

brian6932 commented 10 months ago

image Am I missing something? Not a big deal since I can just wrap it in a for(;;) {}, but definitely seems unintended.

hitrov commented 10 months ago

Process finishes after trying all availability domains within the region. Setup cron running every 5 min. I don’t recommend more often schedule

brian6932 commented 10 months ago

Ah I see, I'll setup an interval every 5 mins, thanks 👍