Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-01-28 23:49:33 +03:00
parent 6a8205c32e
commit 833d03c977

View File

@ -2852,13 +2852,14 @@ var TaskActions = actions.Actions({
config: { config: {
'context-exclude-attrs': [ 'context-exclude-attrs': [
// NOTE: these are commented out so as to reuse contexts where // NOTE: these are commented out so as to reuse contexts where
// possible... (XXX revise) // possible... (XXX)
//'__links', //'__links',
//'__isolated', //'__isolated',
// keep all the tasks/queues in one pool... // keep all the tasks/queues in one pool...
// //
// NOTE: a linked context in here can stop main tasks and vise versa... // NOTE: a linked context in here can stop main tasks and
// vise versa...
// XXX what else should we isolate from the clone??? // XXX what else should we isolate from the clone???
'__tasks', '__tasks',
'__queues', '__queues',