Introduction
Generation Lifecycle
Running generations can often take significant time to complete, beyond what is reasonable for an HTTP request/response.
When you run a generation on RotateProduct, the generations is created with a “starting” state, then instantly returned. This will then move to "rotating" and eventual one of “successful”, "failed" or "canceled".
Starting
Rotating
Running
Failed
Cancelled
You can explore the generation lifecycle by using the /api/v1/generations/[ID]/status
method to retrieve the latest version of the generation until completed.
Generation Time
Please note that a generation takes approximately 3 minutes to fulfill.