You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Describe the bug
same task executed multiple time. and poll count shows as 2. as per analysis 2 client pod pick same task at same time from client queue and execute. please help us to know how we can avoid this issue. Details
Conductor version: 3.2.0
Persistence implementation: Dynomite
Queue implementation:
Lock: Redis
Workflow definition:
Task definition:
Event handler definition:
To Reproduce
Steps to reproduce the behavior:
during performance testing we observer that in 4 workflow same task executed 2 times.
Please let me know which logs should I enabled to analyze the issue
Expected behavior
same task should not executed twice
Screenshots
Additional context
also memory reequipment increase at conductor from 4G to 8G after redis lock enabled
Describe the bug
same task executed multiple time. and poll count shows as 2. as per analysis 2 client pod pick same task at same time from client queue and execute. please help us to know how we can avoid this issue.
Details
Conductor version: 3.2.0
Persistence implementation: Dynomite
Queue implementation:
Lock: Redis
Workflow definition:
Task definition:
Event handler definition:
To Reproduce
Steps to reproduce the behavior:
during performance testing we observer that in 4 workflow same task executed 2 times.
Please let me know which logs should I enabled to analyze the issue
Expected behavior
same task should not executed twice
Screenshots
Additional context
also memory reequipment increase at conductor from 4G to 8G after redis lock enabled
config
conductor.indexing.enabled=true
conductor.redis.hosts=conductor-dyno-redis-service:8102:us-east-1b
conductor.redis.maxConnsPerHost=31
The text was updated successfully, but these errors were encountered: