jason1
Deputy Chef I
Deputy Chef I
since ‎01-26-2021
‎12-12-2022

User Statistics

  • 11 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

If a Netsuite connector is initialized and the attached Netsuite role is subsequently updated with a new or updated permission, I've noticed that the connector isn't made aware of this change either immediately or after a few minutes.I couldn't find ...
When an SDK action fails (e.g. non-200 response code), it's unclear how to access the JSON body of the response to then turn this into a meaningful error message. The "Error Message" pill available through the On Error block does not contain enough i...
I believe I've uncovered a rather serious bug. Let's say I have a repeat action and if an error occurs during an iteration, I want to catch it, wait X seconds, then retry the whole repeat action again. Simple Ruby program that demonstrates this:Outp...
We have error handling retry logic that re-runs our recipe up to some max_attempts whenever we hit API rate limits. Since our recipe creates a Collection as part of its logic, we started seeing failures due to "table name already exists" -- which I s...
Hi, is there a simple way to build in exponential backoff when hit with a rate limit API error? The error handling step allows for retries, but there doesn't seem to be a way to set custom wait intervals in between tries. Perhaps something that can b...