Closed Tom-Newton closed 3 months ago
ACTION NEEDED
delta-rs follows the Conventional Commits specification for release automation.
The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.
(ignore my review...I thought I was looking at a different repo :facepalm: )
@westonpace :P
Description
The tokio runtime does not support forked processes, so fail fast if we detect this scenario
multiprocessing
can easily run into this problem because the defaultmultiprocessing
start method isfork
on linux systemsRelated Issue(s)
Documentation