From 971fb06bc3ff2195b9f7356ea484c3d094379d39 Mon Sep 17 00:00:00 2001 From: Dmitry Paramonov Date: Sat, 7 Dec 2024 14:31:55 +0300 Subject: [PATCH] chore: Update example env --- .env.example | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 02e424752..dfb4b03fd 100644 --- a/.env.example +++ b/.env.example @@ -112,4 +112,11 @@ MAX_FREE_EXECUTIONS=50 # ------------ # INTEGRATIONS_SERVICE_PORT=8000 -# INTEGRATIONS_SENTRY_DSN= \ No newline at end of file +# INTEGRATIONS_SENTRY_DSN= + +# Temporal fine tuning + +# TEMPORAL_MAX_CONCURRENT_WORKFLOW_TASKS=5 +# TEMPORAL_MAX_CONCURRENT_ACTIVITIES=5 +# TEMPORAL_MAX_ACTIVITIES_PER_SECOND=5 +# TEMPORAL_MAX_TASK_QUEUE_ACTIVITIES_PER_SECOND=5 \ No newline at end of file