forked from learningequality/kolibri-installer-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Run task workers in separate process bus"
This reverts commit 4d22c7c. With kolibri 0.16.0-beta5, tasks can be stopped and there's less reason to try to split those up. Unlike `onDestroy`, `onStop` is always delivered, so this gives Kolibri a chance to stop. In theory it would be better to keep the process buses separate so that the server and worker run independently. However, that would only really be a benefit if they could be run in separate bound services. That's not supported in python-for-android, so for now it's better to run it all from the single python thread in the activity.
- Loading branch information
1 parent
a630e32
commit defe52c
Showing
2 changed files
with
23 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters