uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
344 stars 130 forks source link

Add JitterStart support to client #1178

Closed ZackLK closed 2 years ago

ZackLK commented 2 years ago

Added JitterStart parameter to StartWorkflow and ContinueAsNew

Verified by modifying the cron cadence sample and testing locally.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 0182049e-7c8c-44b7-a267-36f770a30d97


Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/compatibility/proto/history.go 0 1 0.0%
internal/compatibility/proto/request.go 1 2 50.0%
internal/compatibility/thrift/decision.go 0 1 0.0%
internal/compatibility/thrift/request.go 0 1 0.0%
internal/internal_workflow_client.go 6 10 60.0%
<!-- Total: 9 17 52.94% -->
Files with Coverage Reduction New Missed Lines %
internal/compatibility/proto/history.go 1 0%
internal/compatibility/thrift/request.go 1 0%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 0181b24f-c812-4399-b98d-d8f07b90e9dd: -0.01%
Covered Lines: 12455
Relevant Lines: 19486

💛 - Coveralls