Chad Retz
Chad Retz
(do not blindly implement as is, see discussion starting with comment https://github.com/temporalio/features/issues/394#issuecomment-1966551344 before proceeding)
Mentioned internally, but will also mention here, most loggers, including Go's built-in `log` package (which our default logger uses), are expected to use `String()` on values that implement `GoStringer`. Which...
This is great! But I think this is large/interesting enough to be its own standalone repo/project on your GH at https://github.com/toheart as it may be a bit hard for Temporal...
> but some other languages (.NET) don't implement it since spec does not tell anything about it Just saw this issue, note I made a .NET proposal for this: https://github.com/dotnet/runtime/issues/86966
> Note, we should remove the copyright notice from the top of the files Can do. Want me to do that here in PR, or want to do that as...
Reopening, I believe this is still occurring regularly. Still seeing cases where the CI stops down with: > test core_tests::workflow_tasks::history_length_with_fail_and_timeout::use_cache_2_false::history_responses_case_3_3 has been running for over 60 seconds Until the whole...
Can you share the use case for altering the polling timeout from the default server side? If you are decreasing it, the extreme max client side should be acceptable except...
It is a common pattern but people usually set the gateway timeout to a high enough setting to support Temporal's long poll timeout. I believe the server-side setting is mostly...
After discussion with the team, we do not want user-customizable client-side long polling timeout at this time. That it's customizable on the server is more of a testing feature. If...