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
ce73b471
Commit
ce73b471
authored
Apr 01, 2021
by
David Mendez
Browse files
Fix typo
parent
dcb12c65
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/run_daemon.py
app/job_status_daemon/run_daemon.py
+1
-1
No files found.
app/job_status_daemon/run_daemon.py
View file @
ce73b471
...
...
@@ -20,7 +20,7 @@ def run():
with
flask_app
.
app_context
():
job
=
delayed_job_models
.
get_job_by_id
(
job_id
,
force_refresh
=
True
)
while
job
.
needs_to_be_checked_in_lsf
():
sleep_time
,
jobs_were_checked
=
daemon
.
check_job_status
()
sleep_time
,
jobs_were_checked
=
daemon
.
check_job_status
(
job_id
)
time
.
sleep
(
sleep_time
)
job
=
delayed_job_models
.
get_job_by_id
(
job_id
,
force_refresh
=
True
)
...
...
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