move ticker creation to commit
Compare changes
+ 11
− 10
@@ -117,26 +117,27 @@ func stateManager(ch *Change, timeout time.Duration) (chan<- ppb.Change_State, <
Change ticker creation needs to wait until after Commit
otherwise the change timeout counter starts with change creation.