Skip to content

Commit 0ad72ee

Browse files
Patch v1.29.0-140.3 (#8245)
Patch release 1.29.0 with PR(s): - [#8244](#8244) --------- Co-authored-by: Sean Kane <[email protected]> Co-authored-by: temporal-cicd[bot] <temporal-cicd[bot]@users.noreply.github.com>
1 parent f1663d6 commit 0ad72ee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

common/headers/version_checker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424

2525
// ServerVersion value can be changed by the create-tag Github workflow.
2626
// If you change the var name or move it, be sure to update the workflow.
27-
ServerVersion = "1.29.0-140.2"
27+
ServerVersion = "1.29.0-140.3"
2828

2929
// SupportedServerVersions is used by CLI and inter role communication.
3030
SupportedServerVersions = ">=1.0.0 <2.0.0"

service/worker/batcher/activities.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,10 @@ func startTaskProcessor(
506506
if isDone(ctx) {
507507
return
508508
}
509+
510+
if task.execution == nil {
511+
continue
512+
}
509513
var err error
510514

511515
switch batchParams.BatchType {

0 commit comments

Comments
 (0)