Skip to content

Commit

Permalink
Bugfix/stable 3 4 0/9762 handle deadlock (pkp#4200)
Browse files Browse the repository at this point in the history
* pkp/pkp-lib#9762 Used default number of retries (3x)

* pkp/pkp-lib#9762 Submodule update ##jonasraoni/bugfix/stable-3_4_0/9762-handle-deadlock##

(cherry picked from commit 7805d9b)
  • Loading branch information
jonasraoni committed Mar 6, 2024
1 parent 9adc8ef commit 85b12f3
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 40 deletions.
5 changes: 0 additions & 5 deletions jobs/statistics/CompileCounterSubmissionDailyMetrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@

class CompileCounterSubmissionDailyMetrics extends BaseJob
{
/**
* The number of times the job may be attempted.
*/
public $tries = 1;

/**
* Create a new job instance.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@

class CompileCounterSubmissionInstitutionDailyMetrics extends BaseJob
{
/**
* The number of times the job may be attempted.
*/
public $tries = 1;

/**
* Create a new job instance.
*
Expand Down
5 changes: 0 additions & 5 deletions jobs/statistics/CompileIssueMetrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@

class CompileIssueMetrics extends BaseJob
{
/**
* The number of times the job may be attempted.
*/
public $tries = 1;

/**
* Create a new job instance.
*
Expand Down
5 changes: 0 additions & 5 deletions jobs/statistics/CompileSubmissionGeoDailyMetrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@

class CompileSubmissionGeoDailyMetrics extends BaseJob
{
/**
* The number of times the job may be attempted.
*/
public $tries = 1;

/**
* Create a new job instance.
*
Expand Down
5 changes: 0 additions & 5 deletions jobs/statistics/CompileUniqueInvestigations.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@

class CompileUniqueInvestigations extends BaseJob
{
/**
* The number of times the job may be attempted.
*/
public $tries = 1;

/**
* Create a new job instance.
*
Expand Down
5 changes: 0 additions & 5 deletions jobs/statistics/CompileUniqueRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@

class CompileUniqueRequests extends BaseJob
{
/**
* The number of times the job may be attempted.
*/
public $tries = 1;

/**
* Create a new job instance.
*
Expand Down
5 changes: 0 additions & 5 deletions jobs/statistics/CompileUsageStatsFromTemporaryRecords.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@

class CompileUsageStatsFromTemporaryRecords extends BaseJob
{
/**
* The number of times the job may be attempted.
*/
public $tries = 1;

/**
* Create a new job instance.
*
Expand Down
5 changes: 0 additions & 5 deletions jobs/statistics/DeleteUsageStatsTemporaryRecords.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@

class DeleteUsageStatsTemporaryRecords extends BaseJob
{
/**
* The number of times the job may be attempted.
*/
public $tries = 1;

/**
* Create a new job instance.
*
Expand Down

0 comments on commit 85b12f3

Please sign in to comment.