Implemented a bandaid fix for addressing `Queued` tasks getting stuck in `Queued` if the worker was rebooted.
- On reboot, `Queued` tasks will be set to `Retry` so that they are picked up again by the worker.
Please make sure you have no Tasks stuck in `Queued` when upgrading to this version.
While this behaviour is not ideal, it will improve reliability. The intention is to fix the underlying cause at a later date.