tconley1428

Results 14 issues of tconley1428

### What are you really trying to do? Distinguish workflow failure due to GRPC message size exceeding limit ### Describe the bug Currently uses `WorkflowWorkerUnhandledFailure` pending completion of https://github.com/temporalio/api/pull/591 ###...

bug

## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?

## Expected Behavior Headers set in client interceptor appear in inbound workflow interceptor ## Actual Behavior Headers are blank ## Steps to Reproduce the Problem Using python sdk: ``` class...

test server

## What was changed Add method for acquiring application error details with a type hint ## Why? ## Checklist 1. Closes #1262 2. How was this tested: 3. Any docs...

## What was changed Added a function to disable sandboxing on workflow logger. ## Why? Some custom loggers will do things which are not allowed inside the sandbox. This gives...

## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed?

### What are you really trying to do? I don't know why this would be a thing. ### Describe the bug In `test_converter.py`, `ok(dict[None, str], {'null': "1"})` passes, but that...

bug

## What was changed Title ## Why? With some implementations of OpenAI's tracing abstraction, context is important. In particular, the otel instrumenter will print warnings due to context detachment. ##...

### Is your feature request related to a problem? Please describe. We don't provide any functional `Session` implementations, as we don't support the builtin Sqlite one. ### Describe the solution...

enhancement

When python 3.9 is EOL, we should remove the dependency on `eval_type_backport` in the `open-ai` extra.