I'm trying to use API methods and noticed that some return Ok, but if an image is still processing from a prior upload, it will just ignore the request.
For exmaple, upload an image and do a crop right away - it will return ok but the request was seemingly ignored (or overwritten) by whatever is processing.
I want to be able to lookup when this is happening for an image to know to wait until it returns that the image is not processing.