Néstor Pérez
Néstor Pérez
Hi y'all, sorry to pop in here after so much time. Just wanted to express my interest in this feature too!
Does Vault/Consul store configurations in files or in-memory? If it stores them in the filesystem, you could always add a directory to watch for changes manually, as indicated in the...
That works! Gonna keep this issue open though, since -as Adam said- it’s a reasonable thing to add :)
Hello! Regarding point 2, there is currently useful usecases to register exceptions like `NotFound` at a BP level. For example, you may have an API blueprint where you want all...
What if the blueprint has a URL prefix? I'd expect the blueprint's error handler to try handling any errors within that URL prefix, if no child handles them before. 🤔
The property documentation does say it uses "\`config.SERVER_NAME\` **if in full URL format**", which -according to the [URI spec](https://datatracker.ietf.org/doc/html/rfc3986#section-4.3)- **requires** a scheme to be defined. URIs starting with `//` are...
> As it stands there is certainly a use when you would need an empty scheme and we are not providing that. ~~Just came to mind that it's still possible...
How are you making this request? Using cURL or similar? Can you post the command you're using and a small code snippet that this can be reproduced with?
A couple of things I can notice: 1. Try using [`aiohttp`](https://docs.aiohttp.org/en/stable/) or [`httpx`](https://www.python-httpx.org/) instead of `requests` if you can. `requests` is blocking, and it makes async pretty much useless 😉....
Glad to hear! I’ll leave this open so @ahopkins can clarify on the 503 when he’s around :)