Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-video-pipeline
Overview
Overview
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
edx
edx-video-pipeline
Commits
dfc600de
Unverified
Commit
dfc600de
authored
Apr 02, 2018
by
Gregory Martin
Committed by
GitHub
Apr 02, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #96 from edx/release_20180329
VEDA Release Mar 29, 2018
parents
bc767a13
db5e2053
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
control/veda_heal.py
+13
-2
No files found.
control/veda_heal.py
View file @
dfc600de
...
...
@@ -67,9 +67,20 @@ class VedaHeal(object):
# unreliable and times out. For a completed Video, VEDA heal will keep doing this unless
# the Video is old enough and escapes from the time-span that HEAL is picking up on.
# cc Greg Martin
if
len
(
encode_list
)
>
0
:
self
.
val_status
=
'transcode_queue'
if
len
(
encode_list
)
==
0
:
LOGGER
.
info
(
'[ENQUEUE] {studio_id} | {video_id}: Nothing to queue'
.
format
(
studio_id
=
v
.
studio_id
,
video_id
=
v
.
edx_id
,
))
api_call
=
VALAPICall
(
video_proto
=
None
,
video_object
=
v
,
val_status
=
self
.
val_status
,
)
api_call
.
call
()
continue
self
.
val_status
=
'transcode_queue'
api_call
=
VALAPICall
(
video_proto
=
None
,
video_object
=
v
,
...
...
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