Skip to content

Commit 4237dbb

Browse files
committed
🚧 fix(wip): manual ack is true on non-job
1 parent 6bd0d69 commit 4237dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magnet/ic/field.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ async def on(self, category: str = 'no_category', stream: str = 'documents', ses
223223
, stream=self.stream
224224
, queue=self.session
225225
, config=self.config
226-
, manual_ack=False
226+
, manual_ack=True
227227
)
228228
_f('info',
229229
f'joined worker queue: {self.session} as {self.node}')

0 commit comments

Comments
 (0)