Skip to content

Commit

Permalink
Use different queue for private staging
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Jan 21, 2024
1 parent c1dcedc commit 33f2cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Solo/Score.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Score extends Model implements Traits\ReportableInterface
{
use Traits\Reportable, Traits\WithWeightedPp;

const PROCESSING_QUEUE = 'osu-queue:score-statistics';
const PROCESSING_QUEUE = 'osu-queue:score-statistics-private';

public $timestamps = false;

Expand Down

0 comments on commit 33f2cef

Please sign in to comment.