I had the same problem
I resolved the issue by using the below code in Job class.
public $failOnTimeout = false;
It will continue if there is timeout or fail job. I also increased timeout time.
public $timeout = 120000;
Reference : https://laravel.com/docs/9.x/queues#failing-on-timeout