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.
@@ -648,6 +648,7 @@ def processor(
648
648
  destination=s3_destination_uri,
649
649
  delete=True,
650
650
  dry_run=False,
651
+ excludes=["__pycache__", "*.pyc"], # Add excludes here
651
652
  )
652
653
  logger.debug("Decorator: S3 code upload completed.")
653
654
 
@@ -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.debug(
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.debug(
554
+ logger.info(
554
555
  f"Health check failed with error: {e}, retrying in {retry_interval}s..."
555
556
  )
556
557
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nebu
3
- Version: 0.1.108
3
+ Version: 0.1.110
4
4
  Summary: A globally distributed container runtime
5
5
  Requires-Python: >=3.10.14
6
6
  Description-Content-Type: text/markdown
@@ -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=AfHVCoNbW7RymccF5ewleEL-GlMiqVH1-t9bCmD60rk,58654
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=PeJvxBPfjQ8uFqLcrGNk28yqBmqZC2VW4ssCsanZxYY,21985
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.108.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
25
- nebu-0.1.108.dist-info/METADATA,sha256=drUdR1bXazQ1Yqlns8I1KPOt1qnoO6OhNQMAlDwaK9o,1798
26
- nebu-0.1.108.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
27
- nebu-0.1.108.dist-info/top_level.txt,sha256=uLIbEKJeGSHWOAJN5S0i5XBGwybALlF9bYoB1UhdEgQ,5
28
- nebu-0.1.108.dist-info/RECORD,,
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