Commit Graph

  • 5759b31f18 Deleting the deprecated proto codepaths chrsmith/refactor-nexus-dispatch-outcome Chris Smith 2026-08-30 12:48:43 -07:00
  • 0b1d976055 Align Await timeout with test context stephanos/await-adaptive-internals Stephan Behnke 2026-08-29 10:52:43 -07:00
  • 99478211da Harden adaptive Await polling stephanos/await-adaptive-polling Stephan Behnke 2026-08-29 12:31:07 -07:00
  • aa87e190b4 Use adaptive polling for Await Stephan Behnke 2026-08-29 10:46:25 -07:00
  • ea5baf83e2 Improve await timeout diagnostics stephanos/testcontext-extend-diagnostics Stephan Behnke 2026-08-29 10:43:54 -07:00
  • 38fdf048e4 Report test context extension history stephanos/testcontext-timeout-audit Stephan Behnke 2026-08-29 10:41:13 -07:00
  • 3d334418bb Document test context snapshot ordering stephanos/testctx-cache-consumers Stephan Behnke 2026-08-29 12:28:53 -07:00
  • e8fc137671 Cache test contexts in integration drivers Stephan Behnke 2026-08-29 10:53:50 -07:00
  • 7d7e360763 Make test contexts safe to cache stephanos/testctx-simpler Stephan Behnke 2026-08-29 10:53:42 -07:00
  • 18ef427d05 Merge branch 'main' into shivam/wv-task-queue-family-limit shivam/wv-task-queue-family-limit Shivam 2026-08-29 15:44:32 -04:00
  • 0b4ae87fc8 Add debug.TimeoutMultiplier and fix test to set config explicitly kannan/worker-cmd-dynamic-config Kannan Rajah 2026-08-29 12:06:46 -07:00
  • 2206ed337b Increase max attempts to 30 to cover matching restarts Kannan Rajah 2026-08-29 11:56:31 -07:00
  • 1e05695774 Clarify dispatch timeout drops without retry Kannan Rajah 2026-08-29 11:35:42 -07:00
  • 9a03746351 Merge remote-tracking branch 'origin/kannan/worker-cmd-no-retry-timeout' into kannan/worker-cmd-dynamic-config Kannan Rajah 2026-08-29 11:31:25 -07:00
  • 55115d8179 Reduce dispatch timeout to 5s, increase max attempts to 5 Kannan Rajah 2026-08-29 11:29:10 -07:00
  • c2c3d6f745 Make worker commands timeout and max attempts dynamic config Kannan Rajah 2026-08-29 11:27:21 -07:00
  • 315fee73a4 Merge branch 'main' into kannan/worker-cmd-no-retry-timeout kannan/worker-cmd-no-retry-timeout Kannan 2026-08-29 11:23:44 -07:00
  • 8855147584 Merge branch 'main' into test-only-passive-replication-hooks test-only-passive-replication-hooks Will Duan 2026-08-28 16:45:53 -07:00
  • b5808cfe6a fix: [Scheduler] clarify version override diagnostics sched-version-target alex.stanfield 2026-08-28 17:29:11 -05:00
  • dd77619449 Refactor Nexus dispatch result classification Chris Smith 2026-08-27 20:02:39 -07:00
  • 5bb56699ce Use transient workflow context for passive replication tests xwduan 2026-08-28 15:09:14 -07:00
  • 0d72047da1 refactor: [Scheduler] clarify version resolution alex.stanfield 2026-08-28 16:47:50 -05:00
  • 49984acf6b feat: [Scheduler] add worker.schedulerV1VersionOverride alex.stanfield 2026-08-28 16:23:59 -05:00
  • e0fc7da38d fix: [Scheduler] apply ceiling changes within a run sched-version-ceiling alex.stanfield 2026-08-28 16:41:30 -05:00
  • c044bf16b1 Documentation for worker command task queue kind (#11648) main Kannan 2026-08-28 14:39:45 -07:00
  • db6ef1dffc Merge branch 'main' into kannan/fix-pns-worker-data-race kannan/fix-pns-worker-data-race Kannan 2026-08-28 14:27:44 -07:00
  • 855dd41140 Don't retry worker commands on poller timeout Kannan Rajah 2026-08-28 14:13:07 -07:00
  • e31250ec1e fix: [Scheduler] advance when version ceiling is lifted alex.stanfield 2026-08-28 15:27:49 -05:00
  • 04dd47c769 feat: [Scheduler] re-evaluate V1 version ceiling per iteration (tighten-only) alex.stanfield 2026-08-27 17:35:40 -05:00
  • 054203952f Handle zombie and orphan workflows on replication create path (#11052) Jiechen Zhong 2026-08-28 14:01:19 -07:00
  • 81c0511983 Fix gcloud visibility archiver metrics operation label qian/visibility-archival-content-dedup Qian Chen 2026-08-28 13:45:38 -07:00
  • ec337577f7 Sort BufferedStarts by due time on CHASM-to-V1 rollback (#11827) sch-v1-wf Alex Stanfield 2026-08-28 15:43:56 -05:00
  • ad96a2e554 Do not mark internal workflow state changes for visibility fix/passive-visibility-upsert-task xwduan 2026-08-28 13:41:26 -07:00
  • 609e7a1bf8 Fix schedule action delay after refresh (#11588) Alex Stanfield 2026-08-28 15:40:25 -05:00
  • 71ee654abc Avoid redundant visibility upsert for workflow start xwduan 2026-08-28 13:38:08 -07:00
  • f42388194b Avoid refreshing workflow start tasks on later transitions fix/passive-workflow-run-timeout-task xwduan 2026-08-28 13:37:13 -07:00
  • 4b02d34cf8 Merge remote-tracking branch 'origin/main' into test-only-passive-replication-hooks xwduan 2026-08-28 13:28:10 -07:00
  • e59d7bc701 test: [Scheduler] consolidate replay configurations sched-version-coverage alex.stanfield 2026-08-28 15:16:40 -05:00
  • 3dbb4f616f test: [Scheduler] version ceiling/override replay + rollback coverage alex.stanfield 2026-08-27 17:37:15 -05:00
  • 1f2a795bdd test: [Scheduler] clarify version ceiling transitions sched-version-override alex.stanfield 2026-08-28 15:11:37 -05:00
  • 9920a4f6ff Address matching race test review shivam/fix-matching-metrics-handler-race Shivam Saraf 2026-08-28 15:34:55 -04:00
  • 76d5964024 admin-batch-1: run admin batch in temporal-system (#11509) feat-admin-batch-enhancements Feiyang Xie 2026-08-28 12:10:38 -07:00
  • 5cac0cc3bb Fix worker deployment test lint Shivam Saraf 2026-08-28 15:02:46 -04:00
  • c9c8107db0 address pr comments fredtzeng/fix-operator-metrics Fred Tzeng 2026-08-28 11:43:48 -07:00
  • bde53c7e4d Merge branch 'main' into shivam/wv-task-queue-family-limit Shivam 2026-08-28 14:40:02 -04:00
  • be5f686a9a Use proto-aware task queue assertion Shivam Saraf 2026-08-28 14:32:58 -04:00
  • 41045d7dda Fix matching dropped metric test race Shivam Saraf 2026-08-28 14:31:32 -04:00
  • 5ed21eb39b Preserve pending heartbeat timeout task during replication (#11811) Will Duan 2026-08-28 11:19:35 -07:00
  • 91bad82336 Update fx.go stephanos/nexus-component-tags Stephan Behnke 2026-08-28 10:47:30 -07:00
  • 9b2bc2e8e1 Add filter for immediate pure tasks to chasm test helper awln/chasm-pure-task-invalidates Alan Wu 2026-08-28 13:13:51 -04:00
  • 9b69889e66 address pr comments Fred Tzeng 2026-08-28 09:46:21 -07:00
  • 1f0a76c092 Revert matching endpoint logger changes Stephan Behnke 2026-08-28 09:42:55 -07:00
  • 72b575469e Remove Nexus registry stage tag Stephan Behnke 2026-08-28 09:33:08 -07:00
  • c83b6909dd Tag circuit breaker logs with outbound queue component Stephan Behnke 2026-08-28 09:29:38 -07:00
  • 7a4305546b Remove line anchors from Nexus documentation links stephanos/mv-components Stephan Behnke 2026-08-28 09:10:47 -07:00
  • fef18f6342 fix lint Fred Tzeng 2026-08-28 09:06:38 -07:00
  • 079bb2f496 collapse Stephan Behnke 2026-08-28 08:57:21 -07:00
  • 8275e47070 Record operator metrics when activity mutations are applied Fred Tzeng 2026-08-28 08:51:41 -07:00
  • 5b2e8773d4 Update nexus.md Stephan Behnke 2026-08-28 08:51:26 -07:00
  • 195a5b12c4 Restore linting for legacy HSM packages stephanos/mv-components-linting Stephan Behnke 2026-08-28 08:37:30 -07:00
  • b02bd2cb30 Merge branch 'main' into ppv/re-scope ppv/re-scope Prathyush PV 2026-08-28 08:37:49 -07:00
  • 1ff28d0fac Preserve legacy Nexus operation config settings Stephan Behnke 2026-08-28 08:35:16 -07:00
  • d7832c5be1 Exclude legacy HSM packages from linting Stephan Behnke 2026-08-28 08:20:49 -07:00
  • fb412e9a44 fix misc file gen Alan Wu 2026-08-26 13:55:21 -04:00
  • ca1a511c13 Add dynamic config rollout flag, only apply to scheduled pure tasks Alan Wu 2026-08-06 12:43:41 -04:00
  • 76fc8f470f Unify error message format, add LogTags implementation Alan Wu 2026-06-10 13:11:43 -04:00
  • 96280ab85f Add more verbose logging when task is DLQ'd Alan Wu 2026-06-09 09:54:41 -04:00
  • 26fb821b2b Remove immediate pure task check Alan Wu 2026-06-05 15:30:39 -04:00
  • 733cd3dff3 DLQ CHASM pure task if valid after execution, add unit test verifications to test framework Alan Wu 2026-06-03 12:26:58 -04:00
  • 987fb31ca8 Update test shard salt (#11845) temporal-cicd[bot] 2026-08-28 10:54:48 +00:00
  • d2d8835a0e Validate cron schedule in SignalWithStart request validator ks/nexus-signalwithstart-validate-cron Kundan 2026-08-27 22:26:10 -07:00
  • c8da3d987d Merge remote-tracking branch 'origin/main' into qian/visibility-archival-content-dedup Qian Chen 2026-08-27 21:05:54 -07:00
  • 30b36812fe Stabilize visibility archival deduplication Qian Chen 2026-08-27 19:44:08 -07:00
  • 8b8ee5e2d2 Merge branch 'main' into kannan/fix-pns-worker-data-race Kannan 2026-08-27 19:32:34 -07:00
  • 6837f2c353 Merge branch 'kannan/fix-pns-worker-data-race' of github.com:temporalio/temporal into kannan/fix-pns-worker-data-race Kannan Rajah 2026-08-27 19:27:23 -07:00
  • 8d5fa06545 Use refreshArgs snapshot consistently in startWorker Kannan Rajah 2026-08-27 19:27:12 -07:00
  • 83d0074d74 Point Nexus callback docs to CHASM Stephan Behnke 2026-08-27 18:03:18 -07:00
  • 32abc8f9e4 Address Nexus stage review feedback Stephan Behnke 2026-08-27 17:25:12 -07:00
  • 089d3171b6 Shorten legacy HSM deprecation notices Stephan Behnke 2026-08-27 16:50:57 -07:00
  • 2ea2682292 Refine legacy HSM ownership and documentation Stephan Behnke 2026-08-27 16:49:47 -07:00
  • 568280db51 Move legacy HSM implementations under history service Stephan Behnke 2026-08-27 16:45:55 -07:00
  • 32676b3477 Fix lint issues in legacy HSM packages Stephan Behnke 2026-08-27 16:57:27 -07:00
  • b0e1e4dbdf Fix Nexus start-operation retry classification for wrapped service errors (#11820) Gokhan Tekkaya 2026-08-27 16:49:10 -07:00
  • 93a81a9724 Re-enable BUFFER_ONE backfill test; drop unsupported memo-only test (#11818) Alex Stanfield 2026-08-27 18:45:53 -05:00
  • b7f1b02505 Clarify HSM handler outbound test name Stephan Behnke 2026-08-27 16:33:48 -07:00
  • 097dc00239 Tag HSM callback circuit breakers by Nexus stage Stephan Behnke 2026-08-27 16:12:28 -07:00
  • 789704ea18 Initialize Nexus registry logger per method Stephan Behnke 2026-08-27 16:03:42 -07:00
  • d6c867ec18 Simplify Nexus stage tag tests Stephan Behnke 2026-08-27 15:59:53 -07:00
  • e216637afc Simplify Nexus circuit breaker stage tagging Stephan Behnke 2026-08-27 15:57:16 -07:00
  • 5d80502486 Update executors_test.go Stephan Behnke 2026-08-27 15:33:04 -07:00
  • 4589218893 Update values.go Stephan Behnke 2026-08-27 15:28:02 -07:00
  • e46adfa4fb Tag Nexus logs by lifecycle stage Stephan Behnke 2026-08-25 07:52:27 -07:00
  • 0b227d5f73 Address Nexus component tag review feedback Stephan Behnke 2026-08-24 14:10:02 -07:00
  • 48fd023284 wip Stephan Behnke 2026-08-24 13:20:33 -07:00
  • 90104bec9f Simplify Nexus component logger bindings Stephan Behnke 2026-08-24 13:00:14 -07:00
  • 5ebf373582 Bind CHASM completion logger at construction Stephan Behnke 2026-08-24 12:40:34 -07:00
  • 0f2f1ee37f Tag Nexus circuit breaker logs Stephan Behnke 2026-08-24 11:40:16 -07:00
  • 1829bb3d44 Tag Nexus endpoint registry logs in matching Stephan Behnke 2026-08-24 11:40:08 -07:00
  • 584467b5fc Tag Nexus-owned loggers by component Stephan Behnke 2026-08-24 11:40:01 -07:00
  • c33dd5840c feat: [Scheduler] add worker.schedulerV1VersionOverride alex.stanfield 2026-08-27 17:36:38 -05:00