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

Replace chronograph with threaded task queue #4892

Open
benjaoming opened this issue Feb 22, 2016 · 0 comments
Open

Replace chronograph with threaded task queue #4892

benjaoming opened this issue Feb 22, 2016 · 0 comments

Comments

@benjaoming
Copy link
Contributor

benjaoming commented Feb 22, 2016

Summary

Replacing #2891

It should be fairly easy to create a task consumer thread with workers in subthreads.

Number of workers will be configurable.

Communication will be file-based by means of well-know text in files in KALITE_HOME. The database-backed progress stuff was not the way to go IMO, so replacing with something simpler. For instance, it meant that tasks failed when database wasn't created or when accessed to much.

Marking as release blocker because we've had too many problems with video downloads in previous releases. Going to create this as a proper implementation that could be used for Kolibri.

It won't necessarily replace the entire chronograph because I'm not going to force the replacement of sync jobs as a requirement for having something merged before the release.

Fixes / related

#4880
#4817
#4789
#4781
#4739
#4759
#3310
#5231
#5561
#5575

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