hatchet-sdk 1.17.0__py3-none-any.whl → 1.17.1__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.
Potentially problematic release.
This version of hatchet-sdk might be problematic. Click here for more details.
- hatchet_sdk/config.py +1 -0
- hatchet_sdk/worker/runner/utils/capture_logs.py +3 -1
- {hatchet_sdk-1.17.0.dist-info → hatchet_sdk-1.17.1.dist-info}/METADATA +1 -1
- {hatchet_sdk-1.17.0.dist-info → hatchet_sdk-1.17.1.dist-info}/RECORD +6 -6
- {hatchet_sdk-1.17.0.dist-info → hatchet_sdk-1.17.1.dist-info}/WHEEL +0 -0
- {hatchet_sdk-1.17.0.dist-info → hatchet_sdk-1.17.1.dist-info}/entry_points.txt +0 -0
hatchet_sdk/config.py
CHANGED
|
@@ -78,7 +78,9 @@ class LogRecord(BaseModel):
|
|
|
78
78
|
class AsyncLogSender:
|
|
79
79
|
def __init__(self, event_client: EventClient):
|
|
80
80
|
self.event_client = event_client
|
|
81
|
-
self.q = asyncio.Queue[LogRecord | STOP_LOOP_TYPE](
|
|
81
|
+
self.q = asyncio.Queue[LogRecord | STOP_LOOP_TYPE](
|
|
82
|
+
maxsize=event_client.client_config.log_queue_size
|
|
83
|
+
)
|
|
82
84
|
|
|
83
85
|
async def consume(self) -> None:
|
|
84
86
|
while True:
|
|
@@ -258,7 +258,7 @@ hatchet_sdk/clients/rest/rest.py,sha256=zZHTzgl-NBdcK6XhG23m_s9RKRONGPPItzGe407s
|
|
|
258
258
|
hatchet_sdk/clients/rest/tenacity_utils.py,sha256=WeNt_1ah2-NKB9qTI3JnTjItpSviBV95U0cPM4kB5as,1211
|
|
259
259
|
hatchet_sdk/clients/v1/api_client.py,sha256=vUaQr7Xi71a2kFHkZy-pB3tCg3-t0ROlqbPUQA6skIA,2013
|
|
260
260
|
hatchet_sdk/conditions.py,sha256=CnhpkXgVXM3wc0kAX8KZQA6tp8NFAbdzAN2xFbw7Hb0,4522
|
|
261
|
-
hatchet_sdk/config.py,sha256=
|
|
261
|
+
hatchet_sdk/config.py,sha256=4tYuNXuzHAhapNveNA4DYpvtQERDoefrIn0qfwImqkc,5297
|
|
262
262
|
hatchet_sdk/connection.py,sha256=XCBY9-UxaN3blakgZ59AhDpjb1ilLOOlmNNM6QaDtMM,2961
|
|
263
263
|
hatchet_sdk/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
264
264
|
hatchet_sdk/context/context.py,sha256=KE-GsaosBar8USXSj1lkWHdsZXfXFf6tI9RwGTOF-aM,16278
|
|
@@ -539,10 +539,10 @@ hatchet_sdk/worker/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
|
539
539
|
hatchet_sdk/worker/action_listener_process.py,sha256=CzXen-7tFG_rryvM2xWV2_KMUFC2-i_Ts643TB_Urd8,12878
|
|
540
540
|
hatchet_sdk/worker/runner/run_loop_manager.py,sha256=BcdfxSvZdrxbeTZSUASwCTMKJe6pwLorHVKPTprkM2k,4176
|
|
541
541
|
hatchet_sdk/worker/runner/runner.py,sha256=QULD00hEyW2dcHCcH46C1k7mxr5nHEwtusyAs33VOO0,22857
|
|
542
|
-
hatchet_sdk/worker/runner/utils/capture_logs.py,sha256=
|
|
542
|
+
hatchet_sdk/worker/runner/utils/capture_logs.py,sha256=hNELuNHS0HmoMZJ7F7yIjZuahPEx9cOx9JZro618W74,4675
|
|
543
543
|
hatchet_sdk/worker/worker.py,sha256=9EiESMMcS7voa4cAnmnHMx4rC-pqaTmP74bcTbFPqfQ,16435
|
|
544
544
|
hatchet_sdk/workflow_run.py,sha256=KcylcqRwKADtnzOTjoiVr1vdr7qTZFtDeD5aRS6A4Y8,2823
|
|
545
|
-
hatchet_sdk-1.17.
|
|
546
|
-
hatchet_sdk-1.17.
|
|
547
|
-
hatchet_sdk-1.17.
|
|
548
|
-
hatchet_sdk-1.17.
|
|
545
|
+
hatchet_sdk-1.17.1.dist-info/METADATA,sha256=Jq0SedvsRiVyJAhdF8JN_vyc-LjfOTeh-xJvC1MnNsM,3585
|
|
546
|
+
hatchet_sdk-1.17.1.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
547
|
+
hatchet_sdk-1.17.1.dist-info/entry_points.txt,sha256=Un_76pcLse-ZGBlwebhQpnTPyQrripeHW8J7qmEpGOk,1400
|
|
548
|
+
hatchet_sdk-1.17.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|