diff --git a/app/Jobs/Commands/Assets/FetchAllianceAssets.php b/app/Jobs/Commands/Assets/FetchAllianceAssets.php index 877ba774a..0b77c854c 100644 --- a/app/Jobs/Commands/Assets/FetchAllianceAssets.php +++ b/app/Jobs/Commands/Assets/FetchAllianceAssets.php @@ -21,6 +21,20 @@ class FetchAllianceAssets implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + /** * Create a new job instance. * diff --git a/app/Jobs/Commands/Assets/ProcessAllianceAssets.php b/app/Jobs/Commands/Assets/ProcessAllianceAssets.php index 74037acd3..957bcc4d3 100644 --- a/app/Jobs/Commands/Assets/ProcessAllianceAssets.php +++ b/app/Jobs/Commands/Assets/ProcessAllianceAssets.php @@ -16,6 +16,20 @@ class ProcessAllianceAssets implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + //Private variable private $asset; diff --git a/app/Jobs/Commands/Assets/PurgeAllianceAssets.php b/app/Jobs/Commands/Assets/PurgeAllianceAssets.php index 6181136f9..212e50616 100644 --- a/app/Jobs/Commands/Assets/PurgeAllianceAssets.php +++ b/app/Jobs/Commands/Assets/PurgeAllianceAssets.php @@ -19,6 +19,20 @@ class PurgeAllianceAssets implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + /** * Create a new job instance. * diff --git a/app/Jobs/Commands/Eve/ItemPricesUpdate.php b/app/Jobs/Commands/Eve/ItemPricesUpdate.php index ae771e79f..3a3bf3d6f 100644 --- a/app/Jobs/Commands/Eve/ItemPricesUpdate.php +++ b/app/Jobs/Commands/Eve/ItemPricesUpdate.php @@ -16,6 +16,20 @@ class ItemPricesUpdate implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + /** * Create a new job instance. * diff --git a/app/Jobs/Commands/Finances/UpdateAllianceWalletJournalPage.php b/app/Jobs/Commands/Finances/UpdateAllianceWalletJournalPage.php index 597d86d91..c291a0a1d 100644 --- a/app/Jobs/Commands/Finances/UpdateAllianceWalletJournalPage.php +++ b/app/Jobs/Commands/Finances/UpdateAllianceWalletJournalPage.php @@ -26,6 +26,20 @@ class UpdateAllianceWalletJournalPage implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + private $division; private $charId; private $page; diff --git a/app/Jobs/Commands/MiningTaxes/CreateMiningTaxesInvoice.php b/app/Jobs/Commands/MiningTaxes/CreateMiningTaxesInvoice.php index 79d2c7997..9854e5924 100644 --- a/app/Jobs/Commands/MiningTaxes/CreateMiningTaxesInvoice.php +++ b/app/Jobs/Commands/MiningTaxes/CreateMiningTaxesInvoice.php @@ -22,6 +22,20 @@ class CreateMiningTaxesInvoice implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + /** * Create a new job instance. * diff --git a/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesObservers.php b/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesObservers.php index 37cf2e379..6d553f1ed 100644 --- a/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesObservers.php +++ b/app/Jobs/Commands/MiningTaxes/FetchMiningTaxesObservers.php @@ -23,6 +23,20 @@ class FetchMiningTaxesObservers implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + /** * Timeout in seconds * diff --git a/app/Jobs/Commands/MiningTaxes/PreFetchMiningTaxesLedgers.php b/app/Jobs/Commands/MiningTaxes/PreFetchMiningTaxesLedgers.php index 6e0f8e0f2..a03b53ae5 100644 --- a/app/Jobs/Commands/MiningTaxes/PreFetchMiningTaxesLedgers.php +++ b/app/Jobs/Commands/MiningTaxes/PreFetchMiningTaxesLedgers.php @@ -25,7 +25,14 @@ class PreFetchMiningTaxesLedgers implements ShouldQueue * * @var int */ - public $timeout = 1800; + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; /** * Retries diff --git a/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesLedgers.php b/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesLedgers.php index 053fa4c18..d224e64b9 100644 --- a/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesLedgers.php +++ b/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesLedgers.php @@ -37,6 +37,20 @@ class ProcessMiningTaxesLedgers implements ShouldQueue */ public $tries = 3; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + /** * Job Variables */ diff --git a/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesPayments.php b/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesPayments.php index eb80bb5e7..95872a3b9 100644 --- a/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesPayments.php +++ b/app/Jobs/Commands/MiningTaxes/ProcessMiningTaxesPayments.php @@ -23,6 +23,20 @@ class ProcessMiningTaxesPayments implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + /** * Create a new job instance. * diff --git a/app/Jobs/Commands/MiningTaxes/SendMiningTaxesInvoices.php b/app/Jobs/Commands/MiningTaxes/SendMiningTaxesInvoices.php index e5531975d..c153ec184 100644 --- a/app/Jobs/Commands/MiningTaxes/SendMiningTaxesInvoices.php +++ b/app/Jobs/Commands/MiningTaxes/SendMiningTaxesInvoices.php @@ -28,6 +28,20 @@ class SendMiningTaxesInvoices implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + /** * Create a new job instance. * diff --git a/app/Jobs/Commands/MiningTaxes/UpdateMiningTaxesLateInvoices15th.php b/app/Jobs/Commands/MiningTaxes/UpdateMiningTaxesLateInvoices15th.php index 113db484f..7dc4a4f8e 100644 --- a/app/Jobs/Commands/MiningTaxes/UpdateMiningTaxesLateInvoices15th.php +++ b/app/Jobs/Commands/MiningTaxes/UpdateMiningTaxesLateInvoices15th.php @@ -25,6 +25,20 @@ class UpdateMiningTaxesLateInvoices15th implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + /** * Create a new job instance. * diff --git a/app/Jobs/Commands/MiningTaxes/UpdateMiningTaxesLateInvoices1st.php b/app/Jobs/Commands/MiningTaxes/UpdateMiningTaxesLateInvoices1st.php index c8df7fa64..06d42582b 100644 --- a/app/Jobs/Commands/MiningTaxes/UpdateMiningTaxesLateInvoices1st.php +++ b/app/Jobs/Commands/MiningTaxes/UpdateMiningTaxesLateInvoices1st.php @@ -25,6 +25,20 @@ class UpdateMiningTaxesLateInvoices1st implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + /** * Create a new job instance. * diff --git a/app/Jobs/Commands/Structures/FetchAllianceStructures.php b/app/Jobs/Commands/Structures/FetchAllianceStructures.php index dfe57bf90..5f2968525 100644 --- a/app/Jobs/Commands/Structures/FetchAllianceStructures.php +++ b/app/Jobs/Commands/Structures/FetchAllianceStructures.php @@ -22,6 +22,20 @@ class FetchAllianceStructures implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + /** * Create a new job instance. * @@ -31,6 +45,7 @@ class FetchAllianceStructures implements ShouldQueue { //Set the connection for the job $this->connection = 'redis'; + } /** diff --git a/app/Jobs/Commands/Structures/ProcessAllianceStructures.php b/app/Jobs/Commands/Structures/ProcessAllianceStructures.php index 4e13d98cd..78eaf9378 100644 --- a/app/Jobs/Commands/Structures/ProcessAllianceStructures.php +++ b/app/Jobs/Commands/Structures/ProcessAllianceStructures.php @@ -24,6 +24,20 @@ class ProcessAllianceStructures implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + private $structure; /** diff --git a/app/Jobs/Commands/Structures/PurgeAllianceStructures.php b/app/Jobs/Commands/Structures/PurgeAllianceStructures.php index 9fd7c32cf..a4ccc1968 100644 --- a/app/Jobs/Commands/Structures/PurgeAllianceStructures.php +++ b/app/Jobs/Commands/Structures/PurgeAllianceStructures.php @@ -20,6 +20,20 @@ class PurgeAllianceStructures implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + /** + * Timeout in seconds + * + * @var int + */ + public $timeout = 3600; + + /** + * Number of job retries + * + * @var int + */ + public $tries = 3; + /** * Create a new job instance. *