Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Osu Web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Synced
Osu Web
Commits
c9452dfc
Unverified
Commit
c9452dfc
authored
9 months ago
by
Dean Herbert
Browse files
Options
Downloads
Patches
Plain Diff
Increase timeouts for score deletion jobs
parent
5119bdb0
No related branches found
Branches containing commit
Tags
4.1.4
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/Jobs/RemoveBeatmapsetBestScores.php
+1
-1
1 addition, 1 deletion
app/Jobs/RemoveBeatmapsetBestScores.php
app/Jobs/RemoveBeatmapsetSoloScores.php
+1
-1
1 addition, 1 deletion
app/Jobs/RemoveBeatmapsetSoloScores.php
with
2 additions
and
2 deletions
app/Jobs/RemoveBeatmapsetBestScores.php
+
1
−
1
View file @
c9452dfc
...
...
@@ -18,7 +18,7 @@ class RemoveBeatmapsetBestScores implements ShouldQueue
{
use
Queueable
,
SerializesModels
;
public
$timeout
=
36
00
;
public
$timeout
=
108
00
;
public
$beatmapset
;
public
$maxScoreIds
=
null
;
...
...
This diff is collapsed.
Click to expand it.
app/Jobs/RemoveBeatmapsetSoloScores.php
+
1
−
1
View file @
c9452dfc
...
...
@@ -19,7 +19,7 @@ class RemoveBeatmapsetSoloScores implements ShouldQueue
{
use
Queueable
;
public
$timeout
=
36
00
;
public
$timeout
=
108
00
;
private
int
$beatmapsetId
;
private
int
$maxScoreId
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment