When you run multiple consumers you get:
Connected to NATS
Retrieved consumer [default]
ConsumerInfo(name='default', stream_name='js-assets', config=ConsumerConfig(name=None, durable_name='default', description=None, deliver_policy='all', opt_start_seq=None, opt_start_time=None, ack_policy='explicit', ack_wait=30.0, max_deliver=-1, backoff=None, filter_subject=None, filter_subjects=None, replay_policy='instant', rate_limit_bps=None, sample_freq=None, max_waiting=None, max_ack_pending=1000, flow_control=None, idle_heartbeat=None, headers_only=None, deliver_subject='default.deliver', deliver_group=None, inactive_threshold=None, num_replicas=0, mem_storage=None, metadata=None), delivered=SequenceInfo(consumer_seq=0, stream_seq=0), ack_floor=SequenceInfo(consumer_seq=0, stream_seq=0), num_ack_pending=0, num_redelivered=0, num_waiting=0, num_pending=0, cluster=None, push_bound=True)
Error in consumer: nats: JetStream.Error consumer is already bound to a subscription
Restarting consumer <property object at 0xffff8b902480>...
What version of Django Nats Consumers are you using?
1.2.1
What version of Django are you using?
For example: 5
Did you checked changelog/commit history, if the bug is not already fixed?
For example: Yes or No
Did you searched other issues, if the bug is not already fixed?
For example: Yes or No
Repository with reproduced bug
Create minimal repository where it is possible to reproduce an error.
Describe your issue
Describe the problem, provide as much information as possible with all details how to reproduce the bug. Logs are welcome.
When you run multiple consumers you get:
Connected to NATS
Retrieved consumer [default]
ConsumerInfo(name='default', stream_name='js-assets', config=ConsumerConfig(name=None, durable_name='default', description=None, deliver_policy='all', opt_start_seq=None, opt_start_time=None, ack_policy='explicit', ack_wait=30.0, max_deliver=-1, backoff=None, filter_subject=None, filter_subjects=None, replay_policy='instant', rate_limit_bps=None, sample_freq=None, max_waiting=None, max_ack_pending=1000, flow_control=None, idle_heartbeat=None, headers_only=None, deliver_subject='default.deliver', deliver_group=None, inactive_threshold=None, num_replicas=0, mem_storage=None, metadata=None), delivered=SequenceInfo(consumer_seq=0, stream_seq=0), ack_floor=SequenceInfo(consumer_seq=0, stream_seq=0), num_ack_pending=0, num_redelivered=0, num_waiting=0, num_pending=0, cluster=None, push_bound=True)
Error in consumer: nats: JetStream.Error consumer is already bound to a subscription
Restarting consumer <property object at 0xffff8b902480>...
What version of Django Nats Consumers are you using?
1.2.1
What version of Django are you using?
For example: 5
Did you checked changelog/commit history, if the bug is not already fixed?
For example: Yes or No
Did you searched other issues, if the bug is not already fixed?
For example: Yes or No
Repository with reproduced bug
Create minimal repository where it is possible to reproduce an error.
Describe your issue
Describe the problem, provide as much information as possible with all details how to reproduce the bug. Logs are welcome.