change queue job size to 1000

This commit is contained in:
xiaomlove
2023-02-21 01:49:17 +08:00
parent eb04b9d2d0
commit 285c6defdf
5 changed files with 21 additions and 5 deletions

View File

@@ -45,6 +45,10 @@ class GenerateTemporaryInvite implements ShouldQueue
return now()->addHours(1);
}
public $tries = 1;
public $timeout = 1800;
/**
* Execute the job.
*