Caleb Collins-Parks
Caleb Collins-Parks
Just installed bundlesize (0.18.0) and when I added BUNDLESIZE_GITHUB_TOKEN I got this error. I'm guessing it's a problem with the size difference calculation because the CI status check still works...
@bertvv checking if you saw this
just chiming in to say I'm looking forward to this, thanks for the work everyone :+1:
same issue with key 'query_config' Truncated example: ```json { "id": 1, "name": "foo", "options": { "queryConfig": { "track": "logs", "timeRange": { "to": 1630423439532, "live": true, "from": 1627831439532 }, "queryString": "example...
We're paying for the hosted service. We also store cron runs as APM traces as well as logs, but it would be nice to have it in healthchecks too.
Thanks! On Mon, Sep 12, 2022, 6:12 AM Pēteris Caune ***@***.***> wrote: > Closed #572 as > completed. > > — > Reply to this email directly, view it on...
@chrisallenlane I did export my env var, as you can see in the output I posted. I forgot to export the var the first time but remembered to do it...
@tomchristie following up on aviramha's comment
For a timeout if a response is not returned within X seconds does simply `--timeout` sound good? I haven't looked deeply into the codebase yet but if implementing a timeout...
@hoopes I could be mistaken but from my initial reading of the codebase, there's no hardcoded timeout for http requests. It's probably some other issue that's causing uvicorn to not...