Skip to content

Commit

Permalink
[Bug] Removed should be unique trait from exec speedtest job (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen authored Dec 2, 2023
1 parent b711ea7 commit 2aaa779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Jobs/ExecSpeedtest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use App\Models\Result;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldBeUnique;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
Expand All @@ -13,7 +12,7 @@
use Symfony\Component\Process\Exception\ProcessFailedException;
use Symfony\Component\Process\Process;

class ExecSpeedtest implements ShouldBeUnique, ShouldQueue
class ExecSpeedtest implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;

Expand Down

0 comments on commit 2aaa779

Please sign in to comment.