Closed HamadaSalhab closed 19 hours ago
[!IMPORTANT] Update Temporal version, add execution limits, and replace local activities with standard activities. Temporal Version Update: Updated temporalio version in pyproject.toml to >=1.8. Execution Limits: Added frontend.MaxExecutionCountBatchOperationPerNamespace and frontend.MaxConcurrentBatchOperationPerNamespace to temporal-postgres.yaml. Local Activities Removal: Replaced workflow.execute_local_activity with workflow.execute_activity in storage_handler.py and task_execution/__init__.py. This description was created by for a1704dbddf34b3ad51240ca048d5dcb700d436dc. It will automatically update as commits are pushed.
[!IMPORTANT] Update Temporal version, add execution limits, and replace local activities with standard activities.
temporalio
pyproject.toml
>=1.8
frontend.MaxExecutionCountBatchOperationPerNamespace
frontend.MaxConcurrentBatchOperationPerNamespace
temporal-postgres.yaml
workflow.execute_local_activity
workflow.execute_activity
storage_handler.py
task_execution/__init__.py
This description was created by for a1704dbddf34b3ad51240ca048d5dcb700d436dc. It will automatically update as commits are pushed.