We need the ability to parameterize and deploy different query function timeout configurations across environments when using Marketplace. If that’s not possible, the deployed function should inherit the timeout from the corresponding query function in DEV.
Current Challenge:
When a typescript query function with a 120-second timeout is packaged and deployed via a Marketplace product to a project in another space/private ontology, it defaults to 60 seconds instead of retaining the original timeout. Due to project bootstrap immutability, manual adjustments are not possible.
Impact:
-
No ability to set environment-specific timeouts for query functions.
-
Inability to use APIs or LLMs via Marketplace that require longer timeouts.