Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
network
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
9
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
funkwhale
network
Commits
f8afbc81
Verified
Commit
f8afbc81
authored
2 years ago
by
Georg Krause
Browse files
Options
Downloads
Patches
Plain Diff
Revert "test(sentry): trigger sentry report"
This reverts commit
46641741
.
parent
43f8d29d
No related branches found
No related tags found
No related merge requests found
Pipeline
#26334
passed with stages
in 2 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
funkwhale_network/worker.py
+0
-1
0 additions, 1 deletion
funkwhale_network/worker.py
with
0 additions
and
1 deletion
funkwhale_network/worker.py
+
0
−
1
View file @
f8afbc81
...
...
@@ -16,7 +16,6 @@ async def poll(ctx, domain):
async
def
update_all
(
ctx
):
5
/
0
# Trigger sentry
pool
=
await
db
.
get_pool
(
settings
.
DB_DSN
)
for
check
in
await
db
.
get_latest_check_by_domain
(
pool
):
await
poll
(
ctx
,
check
[
"
domain
"
])
...
...
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