temporal icon indicating copy to clipboard operation
temporal copied to clipboard

Temporal service

Results 714 temporal issues
Sort by recently updated
recently updated
newest added

**What changed?** Ensure that versioning metadata is propagated to task queue sub-partitions. The root partition is the only one that ever reads/writes from the actual database. **Why?** Every TQ partition...

**What changed?** * Completely move signal with start logic into its own package **Why?** Code restructure **How did you test it?** N/A **Potential risks** N/A **Is hotfix candidate?** N/A

**What changed?** **Why?** **How did you test it?** **Potential risks** **Is hotfix candidate?**

**What changed?** Prefix the workflow IDs of scheduler workflows with a constant string. **Why?** To avoid potential conflicts between user-chosen workflow IDs and schedule IDs, after we hide schedules from...

release/1.17.3

**What changed?** Update Go SDK

Hello, **Is your feature request related to a problem? Please describe.** Errors get lost in the logs. **Describe the solution you'd like** Report errors and panics to Sentry using the...

enhancement

During the clusterMembership table schema creation, I found MySQL has some hidden default value behavior for Timestamp columns that are declared NOT NULL in some cases. This caused the schema...

potential-bug
backlog
needs-investigation

**What changed?** Task queue routing (choosing which matching node handles a particular task queue) currently depends on the task queue name only. This means two task queues in different namespaces,...

Describe what has changed in this PR Added generic time-bound and space-bound flusher that can be re-used throughout the service. How have you verified this change? Tested locally? Added a...

our tests are not really friendly to reuse of shard IDs, and making them so isn't worth the trouble