Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Merge requests
!2227
Something went wrong on our end
Execute docker tasks in RQ
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Execute docker tasks in RQ
dummy-tasks
into
community
Overview
33
Commits
25
Pipelines
0
Changes
8
All threads resolved!
Hide all comments
Merged
Valentin Rigal
requested to merge
dummy-tasks
into
community
1 year ago
Overview
33
Commits
25
Pipelines
0
Changes
8
All threads resolved!
Hide all comments
Expand
TODO:
Handle task failure
+ recursive update (children tasks)
Ponos auth (via env)
Publish logs as artifact
Read artifact of the parent task
Publish artifact
Fix existing tests
Fix exception mentioned in
!2227 (comment 224950)
Add tests for tasks scheduler
Follow-ups:
Support downloading and extracting ZST extra files (
download_extra_files
method)
#1695 (closed)
Retry single task
#1696 (closed)
Add tests for RQ agent (docker mocks)
#1697 (closed)
Edited
1 year ago
by
Valentin Rigal
0
0
Merge request reports
Viewing commit
b8977c69
Prev
Next
Show latest version
8 files
+
11
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
b8977c69
Rebase
· b8977c69
Valentin Rigal
authored
1 year ago
arkindex/documents/tests/test_bulk_classification.py
+
2
−
0
Options
from
unittest.mock
import
patch
from
django.urls
import
reverse
from
rest_framework
import
status
Loading