Reports on connectivity service timeout
Open
@Aurashk is already working on this.
Since Oct 23, 2025.
bug
- Dominant language
- Python
- Stars
- 3
- Forks
- 5
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 10
Description
When configuring NP02, an inconsistent problem is reported as
DruncSetupException: Connectivity service is not ready in time
This could be caused by
- Applications not deregistering themselves from the connectivity service in time
- Applications configuring too slowly when interfacing with hardware
- Something else
This requires testing and debugging. Similarly, when we kill applicaitons, the terminate processes are not being called, instead we are hanging up the SSH connections or ending the subprocesses instead of asking the applications to quit. This could be causing the problem.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.