Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ChEMBL
C
ChEMBL
Delayed Jobs
Delayed Jobs API
Commits
2656a262
Commit
2656a262
authored
Apr 01, 2021
by
David Mendez
Browse files
Status daemon: add missing parameters to function
parent
bbd39d90
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/job_status_daemon/daemon.py
app/job_status_daemon/daemon.py
+1
-1
No files found.
app/job_status_daemon/daemon.py
View file @
2656a262
...
...
@@ -71,7 +71,7 @@ def check_job_status(job_id, delete_lock_after_finishing=True):
return
sleep_time
,
False
try
:
script_output
=
get_status_script_output
(
script_path
)
script_output
=
get_status_script_output
(
job_id
,
my_hostname
,
script_path
)
os
.
remove
(
script_path
)
# Remove the script after running so it doesn't fill up the NFS
check_msg
=
f
'deleted script:
{
script_path
}
'
delayed_job_models
.
append_to_lsf_check_log
(
job_id
,
my_hostname
,
check_msg
)
...
...
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