Re: Caching JWT token

2013-02-08 Thread Danial Klimkin
Hello Richard, The library is thread-safe and you should be able to use one instance for all requests. Did you see we have a parallel report example available? This may be exactly what you need: https://code.google.com/p/google-api-ads-ruby/source/browse/adwords_api/examples/v201209/reporti

Re: Caching JWT token

2013-02-06 Thread Richard Worrall
Whoops, I should probably also mention that I'm referring to the Ruby library! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Caching JWT token

2013-02-06 Thread Richard Worrall
Hi, Thanks a lot for fixing the JWT issue in the library! I have that working perfectly now, but I wonder if you can point me in the right direction with one other problem. I'm using a queue (Sidekiq) to fetch reports across my client's 22 accounts, which works for 3 or 4 requests... then I ge