Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
workflow
pypushflow
Commits
6fb7b786
Commit
6fb7b786
authored
Mar 13, 2020
by
Operator for ID30
Browse files
Fix for problem with too many processes
parent
a9a88baf
Changes
1
Hide whitespace changes
Inline
Side-by-side
pypushflow/PythonActor.py
View file @
6fb7b786
...
...
@@ -96,7 +96,7 @@ class AsyncFactory:
self
.
func
=
func
self
.
callback
=
callback
self
.
errorCallback
=
errorCallback
self
.
pool
=
Edna2Pool
()
self
.
pool
=
Edna2Pool
(
1
)
def
call
(
self
,
*
args
,
**
kwargs
):
logger
.
debug
(
'Before apply_async, func={0}, callback={1}, errorCallback={2}'
.
format
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment