-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: refresh actor configuration and state between sync attempts (#21629
) * add AttemptSyncConfig, move info out of JobSyncConfig * get build working * add db migration * load config when building attempts * persist AttemptSyncConfig * it compiles * fix job persistence test * implement submitSync with attempt config * fix TemporalClientTest * reorganizing some code * add GenerateInputActivity test * verify AttemptSyncConfig is persisted * add test for persistence changes * add test for getAttemptByNumber * use apis rather than direct db access * fix compatibility with master * copy update * fix tests for allowed hosts addition * remove debug logging * fix: handle when state is not set on the connection * fix: handle unset state (on the server this time) * set state type when converting to internal representation
- Loading branch information
1 parent
219b6e1
commit d22dfe8
Showing
38 changed files
with
902 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.