core-dotnet
core-dotnet copied to clipboard
Job sticks around doing nothing after timing out on the server
To reproduce:
- Queue a job and let it start.
- Sever its connection to the API.
- Wait for it to timeout on the server.
- Restore the connection.
The job will be in an ambiguous state where the process is running and there is no feedback in the console.