Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli command to retry ingesting a recording #33

Closed
wants to merge 3 commits into from

Conversation

JanKoppe
Copy link
Contributor

Basic code that allows reingesting a existing recording. This can be
used when pyCA failed to upload the recording to the opencast servers
(e.g. network issues, crash, etc.)

After a successful recording, pyCA will create the additional
recording.pyca file in the recording directory which holds all
necessary information for ingesting a recording in a python-pickled
format.

Users can then run ./start.sh reingest <name> to retry ingesting the
recording. The pickled file will then be read and used to call the same
methods.

This code does not have any sane error handling yet, which should be added
further on (especially checks if files and directories exist).

Basic code that allows reingesting a existing recording. This can be
used when pyCA failed to upload the recording to the opencast servers
(e.g. network issues, crash, etc.)

After a successful recording, pyCA will create the additional
`recording.pyca` file in the recording directory which holds all
necessary information for ingesting a recording in a python-pickled
format.

Users can then run `./start.sh reingest <name>` to retry ingesting the
recording. The pickled file will then be read and used to call the same
methods.

This code does not have any sane error handling yet, which should be added
further on (especially checks if files and directories exist).
@JanKoppe
Copy link
Contributor Author

Closing because of too many changes. Starting fresh.

@JanKoppe JanKoppe closed this Nov 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant