Tihomir Surdilovic
Tihomir Surdilovic
related server issue: https://github.com/temporalio/temporal/issues/2919
@pefeigl Could you share a reproducible example so I can test please? The error probably just means that you do not have proper dependencies to this repo set up, but...
Hi @PedroBuitrago, I am unable to reproduce the issues with build and starting the repository-springboot module. Could you let us know what java version you are running. I haven't built...
i think in a test its different as you dont in most cases fix the error on activity after a number of retries. maybe if use knows they are testing...
@mfateev wdyt?
Yes, I think that would be nice if possible: Ability to overwrite whole/parts of the activity options in the test (when ActivityOptions are defined inside the tested workflow code). I...
I think the idea is to specify business level activity id via ActivityOptions as it can be done via other SDKs currently. Here is a forum reference for a user...
issue seems related to Cassandra 5 which is not supported as of yet
Do you have your server metrics? Quite possible that your are running into timeouts on your cluster side. Check your visibility latencies and errors histogram_quantile(0.95, sum(rate(task_latency_bucket{operation=~"VisibilityTask.*", service_name="history"}[1m])) by (operation, le))...
If you don't see timeouts in service_errors (deadlineexceeded) you can try to set CLI option --command-timeout to large value maybe couple of minutes and see if that gives your cluster...