Loren ☺️

Results 265 issues of Loren ☺️

Errors I currently get from a Worker, and proposed new messages, to go along with @cretz's new error codes: ### unknown domain ``` worker:start: TransportError: tonic::transport::Error(Transport, hyper::Error(Connect, ConnectError("dns error", Custom...

enhancement

### Is your feature request related to a problem? Please describe. From [a user](https://temporalio.slack.com/archives/C01DKSMU94L/p1666033798123549?thread_ts=1666032642.818129&cid=C01DKSMU94L): > We noticed the metric caps out at 10 seconds. If we start a large batch...

enhancement

` 2023-01-15T22:11:14.904595Z WARN complete_activity: temporal_sdk_core::worker::activities: Activity not found on completion. This may happen if the activity has already been cancelled but completed anyway. task_token=TaskToken(CiRhZTE5Y2IwOC02NjViLTQyOTMtYmEyYi1lYmZkMjgyMWM5ZDcSSjUwYTMyNGE0LWQxMjItNDAwYS05YTNlLTEzMmU0OTc5ZWYxN19fOTJhZTc4ZGYtNzVkZi00NTBlLWFlODUtOTAyYjJiYzUyOWY4GiQzZGNhODQ4Zi1hMzUyLTQ5NWQtODUzYy1kMzkwYWFhMjkxMTUgEygBMgE1QgtzdGFydFNlYXJjaEoICAEQjJFAGAE=) details=Status { code: NotFound, message: "invalid...

Type: Bug run it Extension version: 0.5.5 VS Code version: Code 1.79.2 (Universal) (695af097c7bd098fbf017ce3ac85e09bbc5dda06, 2023-06-14T08:58:52.392Z) OS version: Darwin arm64 22.5.0 Modes: System Info |Item|Value| |---|---| |CPUs|Apple M1 Max (10 x...

# Brief description Add a section in concepts and glossary on a Batch operation

# Brief description Each SDK should have different guidance on deploying workers. I think it should be part of the dev guide, as it's something all developers will need to...

# Brief description There are various issues related to how to share functions between bundled workflow code and activity code. # Your recommended content One example is how to log...

# Brief description Dev guide > Failures section on how to handle and throw different types of failures in each lang, including Cancellation Failures. Also how the default Failure Converter...

tracked-internally

# Brief description Including per-lang examples of: - deduplicating signals - ensuring in-order processing of signals (of the [same type](https://github.com/temporalio/sdk-typescript/issues/202#issuecomment-916548020), or [globally](https://github.com/temporalio/sdk-typescript/issues/274))