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

Make all encoding jobs fully independent #79

Open
any1 opened this issue Oct 30, 2022 · 1 comment
Open

Make all encoding jobs fully independent #79

any1 opened this issue Oct 30, 2022 · 1 comment

Comments

@any1
Copy link
Owner

any1 commented Oct 30, 2022

Currently, encoding jobs have data dependencies on the parent encoder object. This is a poor fit for aml_work.

Each worker job should contain all the information that it needs for encoding without having to look into the parent's data structure.

@any1 any1 added the enhancement New feature or request label Oct 30, 2022
@any1
Copy link
Owner Author

any1 commented Nov 5, 2022

Implemented for raw: fbe8631

@any1 any1 added Yak shaving and removed enhancement New feature or request labels Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant