getsentry / getsentry/sentry-python
Introduce fork-safety to `ThreadContinuousScheduler`
Open
Bug
Python
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 669
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 213
Description
Related:
* getsentry/sentry-python#6149
* getsentry/sentry-python#6148
* getsentry/sentry-python#6164
See the descriptions in 2391 and 2390 for a full explanation.
`ThreadContinuousScheduler` needs to be looks at separately as it appears to have a similar code pattern to the others (locking and starting a new thread), but it also has a buffer that we need to be mindful of.
Contributor guide
Assessment
This issue has not been assessed yet.