Re: Stats do not update processing time.

2010-06-21 Thread AdWords API Advisor
Hi All, Currently the processingTimeMillis is only available when the job is complete. Thank you for the feedback though, and I'll pass this request on to the core engineering team. Best, - Eric Koleda, AdWords API Team On Jun 19, 4:47 pm, ojak wrote: > Yeah, it only updates at 100%. > > As fo

Re: Stats do not update processing time.

2010-06-19 Thread ojak
Yeah, it only updates at 100%. As for a monitoring use case, although we can estimate the time remaining based on the change in items processed, that sort of thing might not be as useful in cases where errors are occurring or monitoring is stopped and then resumed at a future time (i.e. loss of pr

Re: Stats do not update processing time.

2010-06-19 Thread dshevnock
I wonder if the processingTimeMillis is not updated until the process reaches 100%. Out of curiosity, how would this value be useful during monitoring? Dan On Jun 18, 7:57 pm, ojak wrote: > The processingTimeMillis stat on jobs is not useful during monitoring, > as the processing time does not a

Stats do not update processing time.

2010-06-18 Thread ojak
The processingTimeMillis stat on jobs is not useful during monitoring, as the processing time does not appear to be updated until the process is complete. Here is an example of a returned BulkMutateJobStats object (via Ruby API): # As you can see, it's 50% complete (progressPercent), yet the pr