Skip to content

handles (sockets) #353

@bokeer

Description

@bokeer

In a long-running process, when I create new Impit instances repeatedly, the number of open handles (file descriptors) keeps increasing.

Even after the requests have finished, the OS-level handles (sockets) are not released, and eventually the process hits system limits with errors like “too many open files”.

I could not find any documented or exposed close() / destroy() / shutdown() API for the nodejs client, so it’s unclear how an Impit instance is supposed to be properly cleaned up.

Metadata

Metadata

Assignees

Labels

t-toolingIssues with this label are in the ownership of the tooling team.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions