Charles McGarvey
Charles McGarvey
The `creator` element is from the Dublin Core Metadata Initiative. Here's the schema: https://dublincore.org/schemas/xmls/qdc/2008/02/11/dc.xsd This element is seen all the time on feeds associated with WordPress blogs. It has become...
> Is this a long running environment that's sending the requests to the thread? The process might run for several hours. Never more than a day. The environment itself is...
Thanks. If the condition can be handled transparently, great, but even if there was just a more specific exception raised we could catch and know to just retry, that'd work.
@exaby73 The problem seems to be an off-by-one error. https://github.com/firebase/firebase-functions-python/blob/db1eb6cfc21ac3c403d9804b638a374c6590ff1b/src/firebase_functions/options.py#L1135-L1137 This asserts the list length must have at least two items. `invoker="public"` gets coerced to `invoker=["public"]` which fails the assertion,...