nebu 0.1.108__py3-none-any.whl → 0.1.110__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/decorate.py +1 -0
- nebu/processors/processor.py +3 -2
- {nebu-0.1.108.dist-info → nebu-0.1.110.dist-info}/METADATA +1 -1
- {nebu-0.1.108.dist-info → nebu-0.1.110.dist-info}/RECORD +7 -7
- {nebu-0.1.108.dist-info → nebu-0.1.110.dist-info}/WHEEL +0 -0
- {nebu-0.1.108.dist-info → nebu-0.1.110.dist-info}/licenses/LICENSE +0 -0
- {nebu-0.1.108.dist-info → nebu-0.1.110.dist-info}/top_level.txt +0 -0
nebu/processors/decorate.py
CHANGED
nebu/processors/processor.py
CHANGED
@@ -534,6 +534,7 @@ class Processor(Generic[InputType, OutputType]):
|
|
534
534
|
wait=True,
|
535
535
|
timeout=30.0, # Short timeout for individual health check
|
536
536
|
)
|
537
|
+
logger.info(f">>> Health check response: {response}")
|
537
538
|
|
538
539
|
# Check if the response indicates health
|
539
540
|
if response and isinstance(response, dict):
|
@@ -545,12 +546,12 @@ class Processor(Generic[InputType, OutputType]):
|
|
545
546
|
)
|
546
547
|
return
|
547
548
|
|
548
|
-
logger.
|
549
|
+
logger.info(
|
549
550
|
f"Health check attempt failed, retrying in {retry_interval}s..."
|
550
551
|
)
|
551
552
|
|
552
553
|
except Exception as e:
|
553
|
-
logger.
|
554
|
+
logger.info(
|
554
555
|
f"Health check failed with error: {e}, retrying in {retry_interval}s..."
|
555
556
|
)
|
556
557
|
|
@@ -15,14 +15,14 @@ nebu/namespaces/models.py,sha256=EqUOpzhVBhvJw2P92ONDUbIgC31M9jMmcaG5vyOrsWg,497
|
|
15
15
|
nebu/namespaces/namespace.py,sha256=oeZyGqsIGIrppyjif1ZONsdTmqRgd9oSLFE1BChXTTE,5247
|
16
16
|
nebu/processors/consumer.py,sha256=9WapzBTPuXRunH-vjPerTlGZy__hn_d4m13l1ajebY8,62732
|
17
17
|
nebu/processors/consumer_process_worker.py,sha256=h--eNFKaLbUayxn88mB8oGGdrU2liE1dnwm_TPlewX8,36960
|
18
|
-
nebu/processors/decorate.py,sha256=
|
18
|
+
nebu/processors/decorate.py,sha256=aT6TT8QOOpl8HKo8kYdwmX6785_l9kSfoyUSPp4tkuY,58726
|
19
19
|
nebu/processors/default.py,sha256=cy4ETMdbdRGkrvbYec1o60h7mGDlGN5JsuUph0ENtDU,364
|
20
20
|
nebu/processors/models.py,sha256=g4B1t6Rgoy-NUEHBLeQc0EENzHXLDlWSio8Muv7cTDU,4093
|
21
|
-
nebu/processors/processor.py,sha256=
|
21
|
+
nebu/processors/processor.py,sha256=EiQCpKBQYoVeJIyNJKmWqReHPpzX877Oxji9Lr-DOG4,22053
|
22
22
|
nebu/redis/models.py,sha256=coPovAcVXnOU1Xh_fpJL4PO3QctgK9nBe5QYoqEcnxg,1230
|
23
23
|
nebu/services/service.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
24
|
-
nebu-0.1.
|
25
|
-
nebu-0.1.
|
26
|
-
nebu-0.1.
|
27
|
-
nebu-0.1.
|
28
|
-
nebu-0.1.
|
24
|
+
nebu-0.1.110.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
25
|
+
nebu-0.1.110.dist-info/METADATA,sha256=c7g2Pajk_xhwS-NVpkCwsj2LTQQFfr3ktx6OiivbmUE,1798
|
26
|
+
nebu-0.1.110.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
27
|
+
nebu-0.1.110.dist-info/top_level.txt,sha256=uLIbEKJeGSHWOAJN5S0i5XBGwybALlF9bYoB1UhdEgQ,5
|
28
|
+
nebu-0.1.110.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|