Implement Queue Health On New File and Queue Transcode on Health Success
All checks were successful
/ release (push) Successful in 32s
All checks were successful
/ release (push) Successful in 32s
This commit is contained in:
parent
f08a07e87d
commit
12f700d1d0
7 changed files with 60 additions and 24 deletions
|
@ -1,3 +1,3 @@
|
|||
ALTER TABLE libraries
|
||||
DROP IF EXISTS transcode_command,
|
||||
DROP IF EXISTS health_command;
|
||||
DROP IF EXISTS transcode_command_id,
|
||||
DROP IF EXISTS health_command_id;
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
ALTER TABLE libraries
|
||||
ADD transcode_command bigint REFERENCES ffmpeg_commands(id),
|
||||
ADD health_command bigint REFERENCES ffmpeg_commands(id);
|
||||
ADD transcode_command_id bigint REFERENCES ffmpeg_commands(id),
|
||||
ADD health_command_id bigint REFERENCES ffmpeg_commands(id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue