Skip to content

Commit

Permalink
pkp#9762 Used default number of retries (3x) (pkp#9763)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni authored Feb 23, 2024
1 parent 99103ba commit 7a0db7c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 30 deletions.
5 changes: 0 additions & 5 deletions jobs/statistics/ArchiveUsageStatsLogFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@

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

/**
* The load ID = usage stats log file name
*/
Expand Down
5 changes: 0 additions & 5 deletions jobs/statistics/CompileContextMetrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@

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

/**
* The load ID = usage stats log file name
*/
Expand Down
5 changes: 0 additions & 5 deletions jobs/statistics/CompileMonthlyMetrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@

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

/**
* The month the usage metrics should be aggregated by, in format YYYYMM.
*/
Expand Down
5 changes: 0 additions & 5 deletions jobs/statistics/CompileSubmissionMetrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@

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

/**
* The load ID = usage stats log file name
*/
Expand Down
5 changes: 0 additions & 5 deletions jobs/statistics/PKPProcessUsageStatsLogFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@

abstract class PKPProcessUsageStatsLogFile 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/RemoveDoubleClicks.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@

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

/**
* The load ID = usage stats log file name
*/
Expand Down

0 comments on commit 7a0db7c

Please sign in to comment.