Partially revert #9cf0f1e so that we create jobs by Address ID, not System ID
This commit is contained in:
parent
0c17391dec
commit
cb09016539
@ -158,6 +158,6 @@ class AddressPoll implements ShouldQueue, ShouldBeUnique
|
|||||||
|
|
||||||
public function uniqueId(): string
|
public function uniqueId(): string
|
||||||
{
|
{
|
||||||
return $this->ao->system_id;
|
return $this->ao->id;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user