Just been playing around with the HA command line and found hundred of supervisor jobs in the jobs list. For example:
ha jobs info | grep supervisor_check_connectivity | wc -l
This returns a count of 430, each job looks like this
- child_jobs: []
done: null
name: supervisor_check_connectivity
progress: 0
reference: null
stage: null
uuid: <some hex string for the id>
Anyone else have this…, why so many…?