We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf9149 commit 503bee9Copy full SHA for 503bee9
1 file changed
src/flavors/job.js
@@ -142,9 +142,6 @@ export const flushCursor = (rule) => (s) => {
142
/* istanbul ignore else */
143
if (rule.toCursorUpdateRequest) {
144
return s
145
- // Compact explicitly on PK here since we want to capture just the last event per PK in this
146
- // invocation after the query split. This handles the case where multiple cursor events
147
- // ended up in a single lambda invocation.
148
.through(compact({
149
...rule,
150
compact: {
0 commit comments