Skip to content

Commit

Permalink
fix: increase persist job timeout (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Dec 2, 2024
1 parent a38d981 commit a43eef4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/Jobs/PersistTemporaryTableData.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ class PersistTemporaryTableData implements ShouldQueue, ShouldBeUnique

public ?int $electionId;

/**
* The number of seconds the job can run before timing out.
*
* @var int
*/
public $timeout = 240;

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

0 comments on commit a43eef4

Please sign in to comment.