fix: make sure important jobs/actions are running on high prio queue
This commit is contained in:
@@ -22,6 +22,7 @@ class Reachable extends Notification implements ShouldQueue
|
||||
|
||||
public function __construct(public Server $server)
|
||||
{
|
||||
$this->onQueue('high');
|
||||
$this->isRateLimited = isEmailRateLimited(
|
||||
limiterKey: 'server-reachable:'.$this->server->id,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user