I am interested in recording the execution time of my batch requests. I find a “created” datetime value in the batch_request (which is fine for me since I start immediately after creation). Is there somewhere a value that indicates when the last tile of a batch request was completed so I can compute the total execution time?
Page 1 / 1
Hi, thank you for the question. Currently, this value is not available in the Batch Processing API, you can refer to this in the API reference docs here. A workaround you could use would be checking the file creation date/time of the delivered data in your S3 bucket and then derive your execution time from these two time and dates.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.