Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I also don't see how that's better than just handling the error and trying again. I guess it does save a request, but still seems far from ideal. Especially considering you now have to create another user, and add additional logic to manage the rotating.
I'm running into a problem with authenticating via the rest API. I run a cron every 5 minutes and every so often I get a not authenticated error. I'm using this ruby client:GitHub - raszi/mrkt: This gem provides some level of abstraction to Marketo REST APIs.The problem is that the API includes expi...