BrenekH / encodarr

Self-hosted web app for encoding files to a target format using distributed computing.
Mozilla Public License 2.0
63 stars 6 forks source link

Jobs get deployed to "Phantom" runners #78

Closed BrenekH closed 3 years ago

BrenekH commented 3 years ago

Essentially, if a Runner disconnects from the Controller, that new job request will still be handled and the job will have to be cleaned up by the Runner health check before it can be worked on.

BrenekH commented 3 years ago

I believe this has been fixed in the Controller rewrite @ 497b15fe05dffc552aac5e36d98104826b452d56.

More testing is required.

Edit: I can confirm that this issue has been resolved in the Controller rewrite.