temporal
temporal copied to clipboard
Temporal service
## What changed? Update Temporal Worker's identity so it can be recognized by users ## Why? The worker terminology is confusing to customers ## How did you test it? ##...
## What changed? ## Why? ## How did you test it? ## Potential risks ## Documentation ## Is hotfix candidate?
**Is your feature request related to a problem? Please describe.** Currently, if workflow try to upsert SA and it does not exists, the workflow task will fail and keep retrying...
## What changed? Make task-id,shard-id and task-category a required argument for remove-task command. ## Why? shard-id and task-id is required for removing task. task-id is required even for removing timer...
## Expected Behavior 1. Go to Temporal UI 2. Select the workflow from the list 3. Click Terminate [workflow] 4. Workflow terminated ## Actual Behavior 1. Go to Temporal UI...
Currently a rolling bounce or rolling upgrade of Temporal results in lots of error messages related to shard stealing. Error messages include: ``` Failed to update shard Error updating ack...
**Is your feature request related to a problem? Please describe.** Temporal Server is fairly expensive to monitor in self-hosted environments due to the volume of metric series generated. Observability platforms,...
## Expected Behavior The temporal/auto-setup docker container should start and I should be able to access the temporal/ui service ## Actual Behavior temporal/auto-setup container stuck at the error as shown...
There's a couple of extra fields to help understand the status of a pending activity: 1. Add `last_failure_time` to PendingActivityInfo. Populated once an attempt failure is recorded for any reason...
Cassandra 5 is now GA https://cassandra.apache.org/_/blog/Apache-Cassandra-5.0-Announcement.html It would be great to use the latest version of Cassandra 5 with Temporal. Thanks!