Skip to content

Commit 2aaa779

Browse files
authored
[Bug] Removed should be unique trait from exec speedtest job (alexjustesen#956)
1 parent b711ea7 commit 2aaa779

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Jobs/ExecSpeedtest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use App\Models\Result;
66
use Illuminate\Bus\Queueable;
7-
use Illuminate\Contracts\Queue\ShouldBeUnique;
87
use Illuminate\Contracts\Queue\ShouldQueue;
98
use Illuminate\Foundation\Bus\Dispatchable;
109
use Illuminate\Queue\InteractsWithQueue;
@@ -13,7 +12,7 @@
1312
use Symfony\Component\Process\Exception\ProcessFailedException;
1413
use Symfony\Component\Process\Process;
1514

16-
class ExecSpeedtest implements ShouldBeUnique, ShouldQueue
15+
class ExecSpeedtest implements ShouldQueue
1716
{
1817
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
1918

0 commit comments

Comments
 (0)