nebu 0.1.66__py3-none-any.whl → 0.1.68__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 +7 -1
- {nebu-0.1.66.dist-info → nebu-0.1.68.dist-info}/METADATA +1 -1
- {nebu-0.1.66.dist-info → nebu-0.1.68.dist-info}/RECORD +6 -6
- {nebu-0.1.66.dist-info → nebu-0.1.68.dist-info}/WHEEL +1 -1
- {nebu-0.1.66.dist-info → nebu-0.1.68.dist-info}/licenses/LICENSE +0 -0
- {nebu-0.1.66.dist-info → nebu-0.1.68.dist-info}/top_level.txt +0 -0
nebu/processors/consumer.py
CHANGED
@@ -165,6 +165,12 @@ def load_or_reload_user_code(
|
|
165
165
|
)
|
166
166
|
|
167
167
|
|
168
|
+
# Print all environment variables before starting
|
169
|
+
print("===== ENVIRONMENT VARIABLES =====")
|
170
|
+
for key, value in sorted(os.environ.items()):
|
171
|
+
print(f"{key}={value}")
|
172
|
+
print("=================================")
|
173
|
+
|
168
174
|
# --- Get Environment Variables ---
|
169
175
|
try:
|
170
176
|
# Core function info
|
@@ -422,7 +428,7 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
|
|
422
428
|
else:
|
423
429
|
content = content_raw
|
424
430
|
|
425
|
-
|
431
|
+
print(f"Content: {content}")
|
426
432
|
|
427
433
|
# --- Construct Input Object using Imported Types ---
|
428
434
|
input_obj: Any = None
|
@@ -12,7 +12,7 @@ nebu/containers/models.py,sha256=0j6NGy4yto-enRDh_4JH_ZTbHrLdSpuMOqNQPnIrwC4,681
|
|
12
12
|
nebu/containers/server.py,sha256=yFa2Y9PzBn59E1HftKiv0iapPonli2rbGAiU6r-wwe0,2513
|
13
13
|
nebu/namespaces/models.py,sha256=EqUOpzhVBhvJw2P92ONDUbIgC31M9jMmcaG5vyOrsWg,497
|
14
14
|
nebu/namespaces/namespace.py,sha256=Q_EDH7BgQrTkaDh_l4tbo22qpq-uARfIk8ZPBLjITGY,4967
|
15
|
-
nebu/processors/consumer.py,sha256=
|
15
|
+
nebu/processors/consumer.py,sha256=wFxPwLXCrRM8eD4nd6pQsGW46e06rbkoF5YZihodjVk,33857
|
16
16
|
nebu/processors/decorate.py,sha256=rzasgz_kq6yQosoABawu5yhkBj7i12Ah9ntBIVxEyrk,52928
|
17
17
|
nebu/processors/default.py,sha256=W4slJenG59rvyTlJ7gRp58eFfXcNOTT2Hfi6zzJAobI,365
|
18
18
|
nebu/processors/models.py,sha256=y40HoW-MEzDWB2dm_tsYlUy3Nf3s6eiLC0iGO9BoNog,3956
|
@@ -20,8 +20,8 @@ nebu/processors/processor.py,sha256=PsLs-Oo0bcvqoDKHErpOaic25y8uvTQ8KxtyFwLptW0,
|
|
20
20
|
nebu/processors/remote.py,sha256=TeAIPGEMqnDIb7H1iett26IEZrBlcbPB_-DSm6jcH1E,1285
|
21
21
|
nebu/redis/models.py,sha256=coPovAcVXnOU1Xh_fpJL4PO3QctgK9nBe5QYoqEcnxg,1230
|
22
22
|
nebu/services/service.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
23
|
-
nebu-0.1.
|
24
|
-
nebu-0.1.
|
25
|
-
nebu-0.1.
|
26
|
-
nebu-0.1.
|
27
|
-
nebu-0.1.
|
23
|
+
nebu-0.1.68.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
24
|
+
nebu-0.1.68.dist-info/METADATA,sha256=6f0SgdnkR7YgCe-gWXAzXGZDTM-iKZ3z8tAk-IVpSO8,1731
|
25
|
+
nebu-0.1.68.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
26
|
+
nebu-0.1.68.dist-info/top_level.txt,sha256=uLIbEKJeGSHWOAJN5S0i5XBGwybALlF9bYoB1UhdEgQ,5
|
27
|
+
nebu-0.1.68.dist-info/RECORD,,
|
File without changes
|
File without changes
|