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

Issues/73:: #76

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Issues/73:: #76

wants to merge 11 commits into from

Conversation

komuw
Copy link
Owner

@komuw komuw commented May 24, 2019

Thank you for contributing to wiji.
Every contribution to wiji is important.

Contributor offers to license certain software (a “Contribution” or multiple
“Contributions”) to wiji, and wiji agrees to accept said Contributions,
under the terms of the MIT License.
Contributor understands and agrees that wiji shall have the irrevocable and perpetual right to make
and distribute copies of any Contribution, as well as to create and distribute collective works and
derivative works of any Contribution, under the MIT License.

Now,

What(What have you changed?)

  • NB: logging is not multi process safe but it is thread safe

Why(Why did you change it?)

References:

@komuw komuw changed the base branch from master to issues/72 May 24, 2019 15:26
@komuw
Copy link
Owner Author

komuw commented May 25, 2019

RuntimeError: Task <Task pending coro=<Worker.consume_tasks() running at /Users/komuw/mystuff/wiji/wiji/worker.py:269> created at /Users/komuw/mystuff/wiji/cli/cli.py:109> got Future <Future pending cb=[_chain_future.<locals>._call_check_cancel() at /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/futures.py:348] created at /usr/local/Cellar/python/3.7.0/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py:377> attached to a different loop

attached to a different loop; this thread per task idea will be very hard to pull off.

@komuw komuw changed the base branch from issues/72 to master May 25, 2019 13:43
@komuw komuw changed the title Issues/73:: Issues/73:: multiprocesing May 26, 2019
@komuw komuw changed the title Issues/73:: multiprocesing Issues/73:: May 26, 2019
@komuw
Copy link
Owner Author

komuw commented Jun 1, 2019

NB: logging is not multi process safe but it is thread safe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

task processing rate falls with number of unique tasks passed to wiji eventloop
1 participant