nebu 0.1.131__py3-none-any.whl → 0.1.132__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
nebu/processors/consumer.py
CHANGED
@@ -897,6 +897,7 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
|
|
897
897
|
print(f"[DEBUG] return_stream: {return_stream}")
|
898
898
|
print(f"[DEBUG] user_id: {user_id}")
|
899
899
|
print(f"[DEBUG] orgs: {orgs}")
|
900
|
+
print(f"[DEBUG] got orgs as orgs: {orgs}")
|
900
901
|
print(f"[DEBUG] handle: {handle}")
|
901
902
|
print(f"[DEBUG] adapter: {adapter}")
|
902
903
|
print(f"[DEBUG] api_key length: {len(api_key) if api_key else 0}")
|
@@ -13,7 +13,7 @@ nebu/containers/container.py,sha256=Mrh_gvMsTvDkj3CwpqIPzJ72IMw0gQIg64y548vq0yg,
|
|
13
13
|
nebu/containers/models.py,sha256=0j6NGy4yto-enRDh_4JH_ZTbHrLdSpuMOqNQPnIrwC4,6815
|
14
14
|
nebu/namespaces/models.py,sha256=EqUOpzhVBhvJw2P92ONDUbIgC31M9jMmcaG5vyOrsWg,497
|
15
15
|
nebu/namespaces/namespace.py,sha256=oeZyGqsIGIrppyjif1ZONsdTmqRgd9oSLFE1BChXTTE,5247
|
16
|
-
nebu/processors/consumer.py,sha256=
|
16
|
+
nebu/processors/consumer.py,sha256=q8MUIsb8VF1Hxog2Y4WQ9yf9goyct6ojvCheS-CpQ5U,78585
|
17
17
|
nebu/processors/consumer_health_worker.py,sha256=XJaLNNBxkHmkBap_XeQrxFV9JKcXp21ATudV25r3l7g,15096
|
18
18
|
nebu/processors/consumer_process_worker.py,sha256=h--eNFKaLbUayxn88mB8oGGdrU2liE1dnwm_TPlewX8,36960
|
19
19
|
nebu/processors/decorate.py,sha256=v7CIXe1JQee9Ocz_Xb1DlXhpS-8j56xtZzQ03NzoAgc,61301
|
@@ -22,7 +22,7 @@ nebu/processors/models.py,sha256=8-TmKha2_QAnPlXcZxYjrCSPDCX7FFcMDMcHK77jK0U,422
|
|
22
22
|
nebu/processors/processor.py,sha256=6XWkdA5Yw82qHGWwmC7D-sHEvGcrMhtECZ15ge-JiA0,37256
|
23
23
|
nebu/redis/models.py,sha256=coPovAcVXnOU1Xh_fpJL4PO3QctgK9nBe5QYoqEcnxg,1230
|
24
24
|
nebu/services/service.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
25
|
-
nebu-0.1.
|
26
|
-
nebu-0.1.
|
27
|
-
nebu-0.1.
|
28
|
-
nebu-0.1.
|
25
|
+
nebu-0.1.132.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
26
|
+
nebu-0.1.132.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
27
|
+
nebu-0.1.132.dist-info/METADATA,sha256=hQY0T65S7-JfYtwhzRWzYy0Yt9EU3wBekbc7YSa7gqo,1777
|
28
|
+
nebu-0.1.132.dist-info/RECORD,,
|
File without changes
|
File without changes
|