Support the retry-after
header for integration actions on 429. If we need the action to retry in 35 seconds (for example third party API is rate limited) then we should be able to pass that to monday to retry in 35 seconds.
This will reduce needless retry waiting for the user - their actions will be completed sooner.
I still believe the best queue for rate limited actions is monday’s queue, since that will show in-progress rather than succeeded/failed to the user in the activity log.