nebu 0.1.129__py3-none-any.whl → 0.1.131__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 +1 -1
- nebu/processors/decorate.py +1 -1
- nebu/processors/processor.py +3 -3
- {nebu-0.1.129.dist-info → nebu-0.1.131.dist-info}/METADATA +2 -2
- {nebu-0.1.129.dist-info → nebu-0.1.131.dist-info}/RECORD +7 -8
- {nebu-0.1.129.dist-info → nebu-0.1.131.dist-info}/WHEEL +1 -2
- nebu-0.1.129.dist-info/top_level.txt +0 -1
- {nebu-0.1.129.dist-info → nebu-0.1.131.dist-info}/licenses/LICENSE +0 -0
nebu/processors/consumer.py
CHANGED
@@ -888,7 +888,7 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
|
|
888
888
|
# These are from the outer envelope, might be useful for routing/meta
|
889
889
|
return_stream = raw_payload.get("return_stream")
|
890
890
|
user_id = raw_payload.get("user_id")
|
891
|
-
orgs = raw_payload.get("
|
891
|
+
orgs = raw_payload.get("orgs") # from outer
|
892
892
|
handle = raw_payload.get("handle") # from outer
|
893
893
|
adapter = raw_payload.get("adapter") # from outer
|
894
894
|
api_key = raw_payload.get("api_key") # from outer
|
nebu/processors/decorate.py
CHANGED
@@ -227,7 +227,7 @@ def extract_definition_source_from_string(
|
|
227
227
|
)
|
228
228
|
return last_found_source # Found last definition, return immediately
|
229
229
|
|
230
|
-
except (SyntaxError, ValueError)
|
230
|
+
except (SyntaxError, ValueError):
|
231
231
|
# logger.debug(f"extract: Skipping cell #{cell_num} due to parse error: {e}") # Can be verbose
|
232
232
|
continue
|
233
233
|
except Exception as e:
|
nebu/processors/processor.py
CHANGED
@@ -405,7 +405,7 @@ class Processor(Generic[InputType, OutputType]):
|
|
405
405
|
)
|
406
406
|
|
407
407
|
individual_poll_timeout = max(10.0, poll_interval_seconds * 2)
|
408
|
-
logger.
|
408
|
+
logger.info(
|
409
409
|
f"Processor {processor_name}: Making polling attempt for {message_id}, attempt timeout: {individual_poll_timeout}s"
|
410
410
|
)
|
411
411
|
try:
|
@@ -453,11 +453,11 @@ class Processor(Generic[InputType, OutputType]):
|
|
453
453
|
break # Exit polling loop
|
454
454
|
|
455
455
|
elif poll_response.status_code == 404:
|
456
|
-
logger.
|
456
|
+
logger.info(
|
457
457
|
f"Processor {processor_name}: Message {message_id} not yet ready (404). Retrying in {poll_interval_seconds}s..."
|
458
458
|
)
|
459
459
|
elif poll_response.status_code == 202:
|
460
|
-
logger.
|
460
|
+
logger.info(
|
461
461
|
f"Processor {processor_name}: Message {message_id} processing (202). Retrying in {poll_interval_seconds}s..."
|
462
462
|
)
|
463
463
|
else:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nebu
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.131
|
4
4
|
Summary: A globally distributed container runtime
|
5
5
|
Requires-Python: >=3.10.14
|
6
6
|
Description-Content-Type: text/markdown
|
@@ -16,7 +16,6 @@ Requires-Dist: pyyaml>=6.0.2
|
|
16
16
|
Requires-Dist: rclone-python>=0.1.21
|
17
17
|
Requires-Dist: redis>=5.0
|
18
18
|
Requires-Dist: requests>=2.32.3
|
19
|
-
Dynamic: license-file
|
20
19
|
|
21
20
|
# nebulous-py
|
22
21
|
|
@@ -79,3 +78,4 @@ Please open an issue or a PR to contribute to the project.
|
|
79
78
|
```bash
|
80
79
|
make test
|
81
80
|
```
|
81
|
+
|
@@ -13,17 +13,16 @@ 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=tu_cYP7jFKseQMAe5nElCrxtiCN65aqj5wHwqo-dGp8,78532
|
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
|
-
nebu/processors/decorate.py,sha256=
|
19
|
+
nebu/processors/decorate.py,sha256=v7CIXe1JQee9Ocz_Xb1DlXhpS-8j56xtZzQ03NzoAgc,61301
|
20
20
|
nebu/processors/default.py,sha256=cy4ETMdbdRGkrvbYec1o60h7mGDlGN5JsuUph0ENtDU,364
|
21
21
|
nebu/processors/models.py,sha256=8-TmKha2_QAnPlXcZxYjrCSPDCX7FFcMDMcHK77jK0U,4223
|
22
|
-
nebu/processors/processor.py,sha256=
|
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.
|
29
|
-
nebu-0.1.129.dist-info/RECORD,,
|
25
|
+
nebu-0.1.131.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
26
|
+
nebu-0.1.131.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
27
|
+
nebu-0.1.131.dist-info/METADATA,sha256=sVGFKYCci12JwDmR2xFMEIRGBXcLuFTpalANowpL6TA,1777
|
28
|
+
nebu-0.1.131.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
nebu
|
File without changes
|