ybrs / single-beat

ensures only one instance of your process across your servers
MIT License
172 stars 35 forks source link

[bug] When kill -9 single-beat,Repeated celery-beat occur #56

Open brodyxchen opened 10 months ago

brodyxchen commented 10 months ago

single-beat-bug

When kill -9 single-beat, myService has not been terminated and continues to run. Meanwhile, other nodes grab lock. Repeated beat occur

brodyxchen commented 10 months ago

I checked online and the SIGKILL signal cannot be captured by python, so is this situation untraceable?