Yimin Chen
Yimin Chen
We now returns ResourceExhaustedError.
No plan to do so in near future.
Also need to suppress the metrics temporal_activity_execution_failed.
@tsurdilo how are user going to use this metrics? Do we need to tag the workflowID on the metrics? That will have cardinality issue.
The attempt count should also be available from within workflow. I think workflow.GetInfo() should return it already.
Temporal server does not reference TEMPORAL_AUTH_CLIENT_SECRET, it seems this is referenced by ui server.
Custom gRPC interceptor is already supported: https://github.com/temporalio/temporal/pull/2156 @cretz
HTTP API is WIP.
This is fixed as part of https://github.com/temporalio/temporal/pull/4761
You need to 1) register your search attribute (this is a one time job); 2) tag your workflow with your search attribute. This cannot be automated because temporal server don't...