Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / noxdafox/pebble issues and pull requests

#134 - Update timeout example in README.rst

Pull Request - State: open - Opened by aleph-ra about 1 month ago

#133 - map function is extremely slow, seems to be executing sequentially

Issue - State: open - Opened by ahill187 about 1 month ago - 1 comment

#132 - Behavior of Process.map with chunksize > 1 and a timeout

Issue - State: closed - Opened by Jnelen 3 months ago - 5 comments

#131 - [WIP] code duplication cleanup

Pull Request - State: closed - Opened by noxdafox 3 months ago

#130 - Fix RuntimeError

Pull Request - State: closed - Opened by penguinpee 3 months ago - 1 comment

#129 - Workers using 100% CPU not getting killed after timeout

Issue - State: closed - Opened by dmbaggett 3 months ago - 11 comments

#128 - using multiprocess context (for dill support) no longer working

Issue - State: closed - Opened by sergeykk 4 months ago - 2 comments
Labels: bug

#127 - error while running @concurrent.process repetitively

Issue - State: closed - Opened by makesnosense 4 months ago - 4 comments
Labels: bug

#125 - issue with handling frozen exceptions in worker thread or process

Issue - State: closed - Opened by sergeykk 5 months ago - 1 comment
Labels: bug

#124 - BUG with ProcessPool when scheduled function raise BaseException

Issue - State: closed - Opened by sergeykk 6 months ago - 1 comment
Labels: bug

#123 - ISSUE with with ProcessPool when scheduled function return exception (not raise it)

Issue - State: closed - Opened by sergeykk 7 months ago - 1 comment
Labels: bug

#122 - Type hint error of wrapped function

Issue - State: closed - Opened by medihack 8 months ago - 7 comments

#121 - Correct pipe closing

Pull Request - State: closed - Opened by hynky1999 9 months ago - 2 comments

#119 - Channel mutex timeout

Issue - State: closed - Opened by melsabagh 11 months ago - 6 comments

#117 - Get information about broken process

Issue - State: closed - Opened by fbaltor about 1 year ago - 4 comments

#115 - shutdown of main program

Issue - State: closed - Opened by bitsofinfo about 1 year ago - 2 comments

#114 - How to handle errors when using pool.schedule

Issue - State: closed - Opened by georgeboot about 1 year ago - 1 comment

#113 - Logging process name inside concurrent.process

Issue - State: closed - Opened by HumbleKazoku over 1 year ago - 2 comments

#112 - increase attempts for test_process_pool_stop_stopped_callback

Pull Request - State: closed - Opened by matoro over 1 year ago - 1 comment

#111 - Bug: new `submit` function makes it impossible to call a function that has a `timeout` argument

Issue - State: closed - Opened by PLPeeters over 1 year ago - 6 comments
Labels: bug

#109 - fix packaging metadata

Pull Request - State: closed - Opened by wimglenn over 1 year ago

#108 - Pebble wheels pushed to PyPI are incorrectly tagged

Issue - State: closed - Opened by wimglenn over 1 year ago - 3 comments

#107 - Pebble when used with PyQT5 is generating multiple UI instances

Issue - State: closed - Opened by ItzmeSwapy over 1 year ago - 6 comments

#106 - add running() method to Future

Issue - State: closed - Opened by dcnieho almost 2 years ago - 3 comments

#105 - user_done_callback fires too early on cancellation or timeout

Issue - State: closed - Opened by dcnieho almost 2 years ago - 9 comments
Labels: enhancement

#104 - Fix asynchronous docstrings

Pull Request - State: closed - Opened by germn almost 2 years ago - 1 comment

#103 - Support dill

Issue - State: closed - Opened by noxdafox almost 2 years ago - 3 comments
Labels: feature

#102 - Type Hints

Issue - State: closed - Opened by noxdafox almost 2 years ago - 1 comment
Labels: enhancement

#101 - Feature Request: Finaliser Method

Issue - State: closed - Opened by liam-veitch almost 2 years ago - 2 comments

#100 - getting the pid of the process

Issue - State: closed - Opened by dubovikmaster almost 2 years ago - 5 comments

#99 - stopping pool

Issue - State: closed - Opened by OmarZaki96 about 2 years ago - 8 comments
Labels: bug

#98 - Exception running the examples on README

Issue - State: closed - Opened by riyadparvez about 2 years ago - 1 comment

#97 - Pool blocked when child process is OOM killed

Issue - State: closed - Opened by lodrion about 2 years ago - 7 comments

#96 - RuntimeError: dictionary changed size during iteration in TaskManager.(timeout|cancelled)_tasks

Issue - State: closed - Opened by charettes about 2 years ago - 7 comments
Labels: bug

#95 - Pebble and pyspark appear to be incompatible

Issue - State: closed - Opened by daveauerbach about 2 years ago - 3 comments

#94 - Asyncio decorators support

Issue - State: closed - Opened by noxdafox over 2 years ago - 3 comments
Labels: feature

#93 - Deprecate Python 2 support

Issue - State: closed - Opened by noxdafox over 2 years ago - 1 comment
Labels: enhancement

#92 - multiprocessing in pebble

Issue - State: closed - Opened by QGB over 2 years ago - 1 comment

#91 - TimeoutError traceback of the concurrent process

Issue - State: closed - Opened by hayd over 2 years ago - 2 comments

#90 - Asyncio pool support

Issue - State: closed - Opened by Bewinxed over 2 years ago - 2 comments
Labels: feature

#89 - error while trying to pass a generator to pool map

Issue - State: closed - Opened by marinsdh over 2 years ago - 1 comment

#88 - concurrent.process calls constructor of object instead of __call__ on Macos

Issue - State: closed - Opened by ghost over 2 years ago - 3 comments

#87 - Unhelpful error message `ProcessExpired('Abnormal termination')`

Issue - State: closed - Opened by ghilesmeddour over 2 years ago - 1 comment

#86 - no any job scheduled call pool.join() get hang

Issue - State: closed - Opened by MikimotoH almost 3 years ago - 1 comment

#85 - Pool tasks count

Issue - State: closed - Opened by ghilesmeddour almost 3 years ago - 1 comment
Labels: duplicate

#84 - Pebble 4.6.2 import error on Windows

Issue - State: closed - Opened by saadin almost 3 years ago - 2 comments
Labels: bug

#83 - Fix Unix Poll Method (Issue 82)

Pull Request - State: closed - Opened by sam-harding almost 3 years ago - 3 comments

#82 - MacOS Mojave bug causing hang due to Channel poll() method.

Issue - State: closed - Opened by sam-harding almost 3 years ago - 5 comments

#81 - how to add some work before worker shutdown or restart

Issue - State: closed - Opened by CyberQin about 3 years ago - 2 comments

#80 - pebble.concurrent.process can not be used dynamically

Issue - State: closed - Opened by wimglenn over 3 years ago - 2 comments
Labels: bug

#79 - more docs cleanup

Pull Request - State: closed - Opened by wimglenn over 3 years ago

#78 - remove unnecessary global statement

Pull Request - State: closed - Opened by wimglenn over 3 years ago

#77 - docs typo fix

Pull Request - State: closed - Opened by wimglenn over 3 years ago - 1 comment

#76 - AssertionError: daemonic processes are not allowed to have children

Issue - State: closed - Opened by wimglenn over 3 years ago - 8 comments
Labels: enhancement

#75 - future.Cancel causes InvalidStateError in Python 3.8.4

Issue - State: closed - Opened by zkagin over 3 years ago - 5 comments
Labels: bug

#74 - Function fails when it is run in parallel

Issue - State: closed - Opened by lyriccoder over 3 years ago - 4 comments

#73 - Passing mp_context in ProcessPool

Issue - State: closed - Opened by skgbanga over 3 years ago - 3 comments
Labels: feature

#72 - Processes get more and more when resuing the same pool with timeout

Issue - State: closed - Opened by Maximilianxu over 3 years ago - 6 comments

#71 - How to save global variables

Issue - State: closed - Opened by aprilahijriyan almost 4 years ago - 5 comments

#70 - Kill a worker process raises RunTimError

Issue - State: closed - Opened by rakeshkumbhashi almost 4 years ago - 2 comments

#69 - Deadlock after BrokenProcessPool exception

Issue - State: closed - Opened by jackdent almost 4 years ago - 4 comments
Labels: bug

#68 - Using pebble with inheritance, unexpected behaviour in concurrence decorator

Issue - State: closed - Opened by derwyddon almost 4 years ago - 7 comments

#67 - Cancel from inside a process pool

Issue - State: closed - Opened by acrogenesis about 4 years ago - 2 comments

#66 - pebble process pool kills main process [on linux only]

Issue - State: closed - Opened by ScientiaEtVeritas about 4 years ago - 9 comments

#65 - Faster response with a lower value of SLEEP_UNIT

Issue - State: closed - Opened by marxin about 4 years ago - 2 comments

#64 - python setup clean modifies the sources

Issue - State: closed - Opened by doko42 about 4 years ago - 3 comments

#63 - Fix name of SIGTERM signal in documentation.

Pull Request - State: closed - Opened by marxin about 4 years ago - 1 comment

#62 - pebble.ProcessFuture still running after TimeoutError is raised

Issue - State: closed - Opened by marxin about 4 years ago - 13 comments

#61 - Add new test test_process_pool_repeated_stopping to show #58.

Pull Request - State: closed - Opened by marxin about 4 years ago - 4 comments

#60 - Please document one user error pattern

Issue - State: closed - Opened by marxin about 4 years ago - 2 comments

#59 - Feature Request: add `pebble.ProcessFuture.stop`

Issue - State: closed - Opened by marxin about 4 years ago - 1 comment

#57 - Using Multiprocessing Pipe

Issue - State: closed - Opened by Odianosen25 over 4 years ago - 2 comments

#56 - Add __version__ from distribution version

Pull Request - State: closed - Opened by cbrnr over 4 years ago - 3 comments

#55 - Package version

Issue - State: closed - Opened by cbrnr over 4 years ago

#54 - Deamon parameter

Pull Request - State: closed - Opened by Gistbatch over 4 years ago - 2 comments

#53 - FileNotFoundError During Installation

Issue - State: closed - Opened by KySmith1 over 4 years ago - 2 comments
Labels: bug, duplicate

#51 - Error upgrading Pebble to 4.4.1 on Windows

Issue - State: closed - Opened by JimmyCarlos over 4 years ago - 2 comments
Labels: bug

#50 - ProcessPool hangs on join()

Issue - State: closed - Opened by roro47 over 4 years ago - 6 comments

#49 - _function_handler is not started

Issue - State: closed - Opened by Miando over 4 years ago - 1 comment

#48 - ValueError: filedescriptor out of range in select()

Issue - State: closed - Opened by tuxes3 over 4 years ago - 3 comments

#47 - Exceptions at WorkerManager.dispatch level are supressed

Issue - State: closed - Opened by rares-urdea over 4 years ago - 2 comments

#46 - [WIP] Feature to avoid hang procs

Pull Request - State: closed - Opened by schipiga over 4 years ago - 2 comments

#45 - How can I know which task is timeout?

Issue - State: closed - Opened by txhwutu over 4 years ago - 1 comment
Labels: duplicate

#44 - Allow a ProcessFuture access to actual process object.

Pull Request - State: closed - Opened by ehudhala over 4 years ago - 4 comments

#43 - a simple approach, imthread

Issue - State: closed - Opened by imneonizer over 4 years ago - 2 comments

#42 - Question on RuntimeError

Issue - State: closed - Opened by gdebure over 4 years ago - 3 comments

#41 - Possibility to stop thread & process worker

Pull Request - State: closed - Opened by schipiga over 4 years ago - 12 comments

#40 - Can it compatible with windows platform?

Issue - State: closed - Opened by cshanxiao almost 5 years ago - 3 comments

#39 - ProcessPool weird behavior with random generators?

Issue - State: closed - Opened by alezana almost 5 years ago

#38 - add_done_callback() not passing the original task

Issue - State: closed - Opened by k4ml almost 5 years ago - 6 comments

#37 - Add process and thread names

Pull Request - State: closed - Opened by art049 almost 5 years ago - 8 comments

#36 - Pre-Fork ProcessPool?

Issue - State: closed - Opened by jshlbrd over 5 years ago - 2 comments

#35 - EOFError with ProcessPool

Issue - State: closed - Opened by MrAlexBailey over 5 years ago - 5 comments