Hi. Are (some) values from config.toml exposed thr...
# prefect-server
s
Hi. Are (some) values from config.toml exposed through the GQL API? I want to confirm the current active GQL query timeout value, but don't have direct access to the server to check the config.toml file.
a
Good question, I haven't tested that, but can you try to perhaps print the value of:
Copy code
prefect.context.config.cloud.request_timeout
within some task triggered on your Server backend
🙌 1
k
I don’t think they are exposed through the GQL API because they are already instantiated when you import prefect
s
đź‘Ť Context works well enough for me. Thanks guys
đź‘Ť 1