Steve Katen

Results 2 issues of Steve Katen

Would be very helpful to know if something fails. Using https://healthchecks.io/ makes this really easy. They even have a self-hosted option available. My request is that there is a new...

Example: ``` image_id = cs.servers.create_image(server, "NAME") pyrax.utils.wait_until(image, "status", "ACTIVE", interval=10, attempts=30) ``` The wait_until function requires an object. The create_image function returns a string. This requires another request to get...