Robert Morris
Robert Morris
Chiming in as yet another user who's experienced this behavior, with the Python runtime - including the nuance that @nerochiaro described above, where one-off executions of a Lambda do _not_...
still interest in this - most recently, I've had need to parse a duration-only format (ie,`P1Y2M10DT2H30M`) back into a relativedelta
From the docs, I assumed this capability already existed! Have exactly the same use case as the OP: existing VPC, want eksctl to create new subnets with specified CIDRs in...
server: [FastAPI](https://fastapi.tiangolo.com/) ([uvicorn](https://www.uvicorn.org) with [uvloop](https://uvloop.readthedocs.io)) database: Postgres ([peewee](https://docs.peewee-orm.com/en/latest/) + [psycopg2](https://pypi.org/project/psycopg2/)) Chiming in with yet another observed instance of this behavior. We're instrumenting a FastAPI app and first started seeing this...
> Thanks for the feedback @rmarasigan. I have put up a [new draft PR](https://github.com/open-telemetry/opentelemetry-lambda/pull/310) that attempts to solve this in a slightly different way using the new Lambda Telemetry API....
Just ran into this exact same bug last night on my server :/ @axle2005 can you post a link to a gist/pastebin/etc of your minetweaker script?
@axle2005 nm I found it in the Regrowth thread on the FtB forums. Link for anyone else who comes this way: http://forum.feed-the-beast.com/threads/1-7-10-regrowth-a-wip-hqm-pack-now-listed.57184/page-765#post-1575102
@MokahTGS Create a file in your server instance's minetweaker `scripts` directory - name it something like `regrowth_bugfix_issue_143.zs` or whatever - with the following contents: ``` # (temporary?) fix for bug...
FYI I've been able to use the `.extra()` capability as a good-enough workaround to use `search_after` - eg ```python # initial query >>> query.to_dict() { "query": { "match_all": {} #...
Hate to be that guy, but: any updates on this issue? This behavior is a major blocker for our adoption of OpenTelemetry :/ Even some sort of workaround (like the...