We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b67e13 commit 3bb8899Copy full SHA for 3bb8899
lib/deimos/utils/db_poller.rb
@@ -131,8 +131,8 @@ def fetch_results(time_from, time_to)
131
time_to: time_to,
132
column_name: @config.timestamp_column,
133
min_id: @info.last_sent_id).
134
- limit(BATCH_SIZE).
135
- order("#{@producer.config[:record_class].table_name}.#{quoted_timestamp}, #{quoted_id}")
+ limit(BATCH_SIZE).
+ order("#{@producer.config[:record_class].table_name}.#{quoted_timestamp}, #{quoted_id}")
136
end
137
138
# @param batch [Array<ActiveRecord::Base>]
0 commit comments