Skip to content
Snippets Groups Projects
Unverified Commit 71278557 authored by Waylon Cude's avatar Waylon Cude Committed by GitHub
Browse files

Fix synctl and duplicate worker spawning (#8798)

Synctl did not check if a worker thread was already running when using
`synctl start` and would naively start a fresh copy. This would
sometimes lead to cases where many duplicate copies of a single worker
would run.

This fix adds a pid check when starting worker threads and synctl will
now refuse to start individual workers if they're already running.
parent 59a995f3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment