It would be nice to have the option to have Port manage back pressure and retries of action runs.
It would require action run implementations to be idempotent and some way to opt in for Port-managed retries through the API.
Maybe a status field on the action run signalling a transient error and that Port should retry after applying backoff.