A few questions on various "limits" with freshservice serverless apps

Hey @David_Copenhaver,
Welcome to the Freshworks developer community! :tada:

One way to handle the rate limits is with a request template defined with retryDelay and maxAttempts where the platform will automatically retry after the set delay and also ensure it retries based on the configuration. Request template configuration docs.
And about the headers not present will check that up.

For request timeout increase, you can raise a ticket to us via dev-assist ticket.

SMI has a rate limit of 50 RPM and at 51st invocation, you would get a 429 error where we can increase that again with a dev-assist ticket to increase rate limits

The rate limit or request timeout increase is on a case-by-case basis, you can refer this - Get assistance in extending platform rate limits for your apps for more details on how to request and default rate limits.