Skip to content

Commit 4f26105

Browse files
committed
🚧 fix(wip): nope we don't need this nats code does it for us.
1 parent a1fda63 commit 4f26105

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

magnet/ic/field.py

-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ async def on(self, category: str = 'no_category', stream: str = 'documents', ses
206206
self.durable = f'{self.node}_job' if job else self.node
207207
self.config = ConsumerConfig(
208208
ack_policy="explicit"
209-
, deliver_group=self.session
210209
, max_ack_pending=bandwidth
211210
, ack_wait=3600
212211
)

0 commit comments

Comments
 (0)