-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert [Stratconn 3257] Add batching to segment connections (#1859) #2188
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unit tests seem to be failing. Could you take a look into it?
@@ -603,7 +603,7 @@ export class Destination<Settings = JSONObject, AudienceSettings = JSONObject> { | |||
audienceSettings = events[0].context?.personas?.audience_settings as AudienceSettings | |||
} | |||
|
|||
return action.executeBatch({ | |||
await action.executeBatch({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this revert to actions-core might break few integration test cases. Do you have the PR to fix those tests in integrations?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes , I am on it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@varadarajan-tw please review integration's PR https://github.com/segmentio/integrations/pull/2925
hi @Innovative-GauravKochar PR deployed. |
Reverts #1859
This Pull request is to to remove Segment Connections batching changes.
Jira ticket:- https://segment.atlassian.net/browse/STRATCONN-3716
Interrelated PRs:- https://github.com/segmentio/integrations-go/pull/419
https://github.com/segmentio/integrations/pull/2925
Testing
Include any additional information about the testing you have completed to
ensure your changes behave as expected. For a speedy review, please check
any of the tasks you completed below during your testing.