Skip to Main Content

Document Generator Pre-Built Function

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

"FunctionInvokeServiceUnavailable","message":"Timed out - server too busy"

InoLJan 15 2025 — edited Jan 15 2025

I have successfully integrated the pre-built Document Generator function in my APEX application. It works, but many times it is extremely slow, or completely times out.

From the documentation:

{"code":"FunctionInvokeServiceUnavailable","message":"Timed out - server too busy"} Fn: Error invoking function. status: 503 message: Timed out - server too busy

The message indicates that OCI Functions is currently unable to handle the request, possibly because of insufficient capacity. Encountering this error message multiple times is not uncommon, because it can take some time to scale up OCI Functions capacity to meet demand from function invocations.

If you see this error, try invoking the function again. Do not be concerned if the message reappears.

“Not uncommon”, “do not be concerned ” is difficult to explain to the users who are instantly trying to print an invoice or whatever.

Is there any way I can get better performance? Any tips?

(Post copied from Oracle Cloud Customer Connect, with no replies from the Oracle team)

Comments
Post Details
Added on Jan 15 2025
5 comments
105 views