diff --git a/app/Jobs/Commands/Eve/ProcessSendEveMailJob.php b/app/Jobs/Commands/Eve/ProcessSendEveMailJob.php index 4e2f46be4..284d5488b 100644 --- a/app/Jobs/Commands/Eve/ProcessSendEveMailJob.php +++ b/app/Jobs/Commands/Eve/ProcessSendEveMailJob.php @@ -49,7 +49,7 @@ class ProcessSendEveMailJob implements ShouldQueue */ public function __construct($body, $recipient, $recipient_type, $subject, $sender) { //Set the connection - $this->connection = 'redis'; + //$this->connection = 'redis'; //Set the middleware for the job $this->middleware = $this->middleware(); diff --git a/app/Jobs/Commands/Eve/ProcessSendEveMailJobRL.php b/app/Jobs/Commands/Eve/ProcessSendEveMailJobRL.php index 03025b710..0dcd547cf 100644 --- a/app/Jobs/Commands/Eve/ProcessSendEveMailJobRL.php +++ b/app/Jobs/Commands/Eve/ProcessSendEveMailJobRL.php @@ -55,7 +55,7 @@ class ProcessSendEveMailJobRL implements ShouldQueue */ public function __construct($body, $recipient, $recipient_type, $subject, $sender) { //Set the connection - $this->connection = 'redis'; + //$this->connection = 'redis'; diff --git a/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesLedgersJob.php b/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesLedgersJob.php index 1e0a85b17..c86984849 100644 --- a/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesLedgersJob.php +++ b/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesLedgersJob.php @@ -60,7 +60,7 @@ class FetchMiningTaxesLedgersJob implements ShouldQueue public function __construct($charId, $corpId, $observerId) { //Set the connection for the job - $this->connection = 'redis'; + //$this->connection = 'redis'; //Import the variables from the calling function $this->charId = $charId; diff --git a/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesLedgersJob.php b/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesLedgersJob.php index 268afd983..f843ed537 100644 --- a/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesLedgersJob.php +++ b/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesLedgersJob.php @@ -51,7 +51,7 @@ class ProcessMiningTaxesLedgersJob implements ShouldQueue public function __construct($ledger, $observerId) { //Set the connection for the job - $this->connection = 'redis'; + //$this->connection = 'redis'; //Import variables from the calling function $this->ledger = $ledger; diff --git a/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesPaymentsJob.php b/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesPaymentsJob.php index 033564416..ea00f0a81 100644 --- a/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesPaymentsJob.php +++ b/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesPaymentsJob.php @@ -30,7 +30,7 @@ class ProcessMiningTaxesPaymentsJob implements ShouldQueue */ public function __construct() { - $this->connection = 'redis'; + //$this->connection = 'redis'; } /** diff --git a/app/Jobs/Commands/SupplyChain/EndSupplyChainContractJob.php b/app/Jobs/Commands/SupplyChain/EndSupplyChainContractJob.php index 3bab6f07a..98ebc798a 100644 --- a/app/Jobs/Commands/SupplyChain/EndSupplyChainContractJob.php +++ b/app/Jobs/Commands/SupplyChain/EndSupplyChainContractJob.php @@ -59,7 +59,7 @@ class EndSupplyChainContractJob implements ShouldQueue public function __construct(SupplyChainContract $contract) { //Set the queue connection up - $this->connection = 'redis'; + //$this->connection = 'redis'; //Set the variables $contractId = $contract->contract_id;