Shaddoll

Results 13 issues of Shaddoll

We use `mockgen` to generate our mocks mostly but there are still some components and tests using mocks generated by `mockery`. We should get rid of them.

test

**What changed?** - Update redispatcher to use 1 priority queue to store tasks - Fix Redispatch method to redispatch the given number of tasks immediately **Why?** - Redispatcher redispatches tasks...

The following parameters were introduced to [StartWorkflowExecutionRequest](https://github.com/cadence-workflow/cadence-idl/blob/7b9d8a31de8c2af607176c2494b1ebbe5250b312/proto/uber/cadence/api/v1/service_workflow.proto#L142). ``` google.protobuf.Duration jitter_start = 17; google.protobuf.Timestamp first_run_at = 18; CronOverlapPolicy cron_overlap_policy = 19; ActiveClusterSelectionPolicy active_cluster_selection_policy = 20; ``` However, we don't have a...

good first issue
feature