-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
payouts and payments stream enhancements (#122)
* bugfix to replicate the payouts records * Changelog changes * changes to payments stream implementation to fetch the data for all location_id * removes unnecessary write_state statements * initial commit to make payments stream pseudo incremental * changes in the code to make it work * added created_at as an alternate replication key * chsnges in comment added * retries 5xx error payments * add retry for cloudflare error code 1101 * changes in payments sync function * fetching data as per brk date * adds another error_message to retry * logging status code when error occurs * bump version changes * refactoring and linting issue fixes * addresses review comment --------- Co-authored-by: “rdeshmukh15” <“[email protected]”> Co-authored-by: RushiT0122 <[email protected]>
- Loading branch information
1 parent
a144007
commit e6239d9
Showing
5 changed files
with
75 additions
and
27 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