fluent / fluent/fluent-logger-python
Document if Sender is fork-safe.
Open
- Dominant language
- Python
- Stars
- 457
- Forks
- 138
- PR merge metrics
- No merged PRs in 30d
Description
Consider a scenario where:
- master process attaches fluent Sender or logging Handler
- master process forks off a bunch of worker processes
- workers use handler
Will the socket get cloned or reopened?
Does fluent logger expect a response from fluentd?
If it does, can the response be read out by wrong sender process?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.