Skip to content
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

Fix: ActiveRecordConsumer batch consumption was not working with the … #212

Merged
merged 3 commits into from
Mar 26, 2024

Conversation

dorner
Copy link
Member

@dorner dorner commented Mar 26, 2024

…trilogy adapter.

Copy link

@skawaguchi-flipp skawaguchi-flipp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I'm not sure how to test to make sure it's good.

@@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency('sigurd', '>= 0.1.0', '< 1.0')

spec.add_development_dependency('activerecord-import')
spec.add_development_dependency('activerecord-trilogy-adapter', '> 0')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: How come > 0? I haven't seen this before.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably don't need it, it's the same as the above line that just has no condition.

@dorner dorner merged commit bb382be into master Mar 26, 2024
5 checks passed
@dorner dorner deleted the trilogy-fix branch March 26, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants