Skip to content

Commit

Permalink
Update timeout of batch job
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Jun 27, 2024
1 parent cc0b675 commit 95f3de3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Jobs/BatchMetrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class BatchMetrics implements ShouldQueue
use Queueable;
use SerializesModels;

public $timeout = 3600;

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

0 comments on commit 95f3de3

Please sign in to comment.