Hi,
I'm trying to automate uploading my scene services.
I tried the "new" way to publish them with pyhton like in this documentation:
https://pro.arcgis.com/en/pro-app/latest/arcpy/sharing/publish.htm
The upload works fine, but I have to wait till the cache generation is finished, before I can upload additional data.
Otherwise my server will be overloaded.
Some of the services take 1 hour to complete the cache generation, other take up to 14 hours.
So I want to check the job status, the cache_job_id is even returned by the example of esri, but I cant find a way to check for this job.
Can anyone link me the right documentions or an example?