- Deploy clarity with 2 Background service
- Make sure both Background services are up and running.
- Open clarity application and navigate to Home -> 'Reports and Jobs' -> Jobs.
- Open any job (let's say 'Clean User Session')
- Schedule three jobs, each one to run every 1 minute (*/1 * * * *) and Submit them.
- Navigate to Jobs -> Logs and refresh it every 1 minute.
Expected: Every one minute, one new instance of each job will be available under logs (as the jobs are scheduled to run minute).
Actual Behavior: Duplicate jobs are shown for one schedule. This is not consistent, but is happening frequently.