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

Need suprsync task to request agent to add all TcDirs #506

Open
jlashner opened this issue Aug 16, 2023 · 1 comment
Open

Need suprsync task to request agent to add all TcDirs #506

jlashner opened this issue Aug 16, 2023 · 1 comment
Labels
agent: suprsync enhancement New feature or request

Comments

@jlashner
Copy link
Collaborator

Right now the suprsync module has a function create_all_timecode_dirs which creates the TimecodeDir entries in the db for all files if it does not already exist. However, this is never called by the agent, so in the case the TimecodeDir for a file doesn't exist for whatever reason, we need to manually run this.

We should have a task in the suprsync agent that requests that the main process runs create_all_timecode_dirs on its next iteration.

@kmharrington
Copy link
Member

While working on that, we should also have a task that retries copying all files that were over their copy attempt limit. That will probably be the easiest way to fix finalization time errors or when something is just hanging.

And another one that lets us request a list of all files with non-matching check sums and then another to set a file or list of files to ignore.

@BrianJKoopman BrianJKoopman added enhancement New feature or request agent: suprsync labels Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent: suprsync enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants