the command ``` php artisan queue:table ``` actually creates a table named **jobs** instead of **queue_jobs**. Just changing the async connection configuration solves the problem