  2026-09-17 10:52:43 App\Jobs\SendStoreEmail ................................................................ RUNNING
  2026-09-17 10:52:43 App\Jobs\SendStoreEmail ........................................................... 28.72ms DONE
  2026-09-17 10:52:43 App\Jobs\SendStoreEmail ................................................................ RUNNING
  2026-09-17 10:52:43 App\Jobs\SendStoreEmail ............................................................ 5.82ms DONE
  2026-09-17 10:52:43 App\Jobs\SendStoreEmail ................................................................ RUNNING
  2026-09-17 10:52:43 App\Jobs\SendStoreEmail ............................................................ 4.72ms DONE

   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: mitienda, SQL: select * from `cache` where `key` in (mitienda-cache-illuminate:queue:restart))

  at vendor\laravel\framework\src\Illuminate\Database\Connection.php:838
    834▕             $exceptionType = $this->isUniqueConstraintError($e)
    835▕                 ? UniqueConstraintViolationException::class
    836▕                 : QueryException::class;
    837▕ 
  ➜ 838▕             throw new $exceptionType(
    839▕                 $this->getNameWithReadWriteType(),
    840▕                 $query,
    841▕                 $this->prepareBindings($bindings),
    842▕                 $e,

  1   vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:66
      PDOException::("SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it")

  2   vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:66
      PDO::__construct("mysql:host=127.0.0.1;port=3306;dbname=mitienda", "mitienda_3fbc69", Object(SensitiveParameterValue), [])

