Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
9a228743
Commit
9a228743
authored
Dec 18, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 去掉多余的任务
parent
179018bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
tasks.py
apps/assets/tasks.py
+12
-0
No files found.
apps/assets/tasks.py
View file @
9a228743
...
...
@@ -389,6 +389,18 @@ def push_system_user_to_assets(system_user, assets):
return
push_system_user_util
(
system_user
,
assets
,
task_name
)
@shared_task
@after_app_shutdown_clean
def
test_system_user_connectability_period
():
pass
@shared_task
@after_app_shutdown_clean
def
test_admin_user_connectability_period
():
pass
# @shared_task
# @register_as_period_task(interval=3600)
# @after_app_ready_start
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment