-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Looking at code while developing Ruby SDK, it seems at
sdk-python/temporalio/client.py
Lines 5499 to 5507 in b162151
if input.trigger_immediately or input.backfill: | |
initial_patch = temporalio.api.schedule.v1.SchedulePatch( | |
trigger_immediately=temporalio.api.schedule.v1.TriggerImmediatelyRequest( | |
overlap_policy=temporalio.api.enums.v1.ScheduleOverlapPolicy.ValueType( | |
input.schedule.policy.overlap | |
), | |
), | |
backfill_request=[b._to_proto() for b in input.backfill], | |
) |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working