sevensolutions / nomad-iis

🧩 A TaskDriver plugin for HashiCorp Nomad to run IIS workloads.
https://nomad-iis.sevensolutions.cc/
MIT License
14 stars 1 forks source link

Possible "out of IDs" for websites #42

Closed sevensolutions closed 8 months ago

sevensolutions commented 8 months ago

Websites in IIS need a unique numeric id. Currently, we're using max+1 as the next id. Therefore you may run out of ids some time. We should use the smallest available id.