Hi,
Aside from being a asynchronous service as you mentioned, so you can just
fire it and then consume you CPU time in something else. You also gain the
benefit of automatic retries for transient errors, so you don't have to
code the retry logic yourself. Operations count is the same.
Best,
-
Hi, we are using the API to manage the AdGroups, AdParams and AdKeyWords.
We currently gather all the operations per service and commit the
operations per service (3 requests with multiple operations in each
request). Would there be some benefit to switch from this method to
MutateJobService to