Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/celery/billiard

Multiprocessing Pool Extensions
https://github.com/celery/billiard

BF: restrict value of get_fdmax

yarikoptic opened this pull request about 1 month ago
Add codespell support (config, workflow to detect/not fix) and make it fix few typos

yarikoptic opened this pull request about 1 month ago
return in finally can swallow exceptions

iritkatriel opened this issue 2 months ago
Handling numpy

Hyul48 opened this issue 2 months ago
Timeout arguments not working for everything except apply and apply_async

liepelt-cornelius opened this issue 3 months ago
Prepare for release: v4.2.1

Nusnus opened this pull request 3 months ago
blacksmith.sh: Migrate workflows to Blacksmith

blacksmith-sh[bot] opened this pull request 3 months ago
WorkerLostError Handling

Santifire92 opened this issue 5 months ago
Add support to dill serializer

GregoirePelegrin opened this pull request 6 months ago
Use `dill.dumps` and `dill.loads` serialization instead of `pickle`

GregoirePelegrin opened this issue 6 months ago
Adapt for logging lock internal changes in Python3.13

musicinmybrain opened this pull request 6 months ago
Python 3.13: billiard.util.get_logger() is broken

musicinmybrain opened this issue 6 months ago
Billiard hangs when exception is thrown in a finally block

cesar-cortez5 opened this issue 10 months ago
Add on_ready_counter to Worker.__reduce__.

Androidown opened this pull request 11 months ago
Long hangs when `os.sysconf('SC_OPEN_MAX')` is large

originalsouth opened this issue 12 months ago
Remove `SIGUSR2` from `TERMSIGS_DEAULT`

0x2b3bfa0 opened this pull request about 1 year ago
changed nose test to pytest

auvipy opened this pull request about 1 year ago
added python 3.12 to CI

auvipy opened this pull request about 1 year ago
fix(co_positions): resolve issue caused by absence `co_positions`

moaddib666 opened this pull request about 1 year ago
FIX: Replaced mktemp usage for PY2 with Python 3 ones.

fazledyn-or opened this pull request about 1 year ago
Replacing `mktemp` usage in multiple files

fazledyn-or opened this issue about 1 year ago
Make einfo compatible with inspect (fixes #176)

mrcljx opened this pull request over 1 year ago
remove python 3.7

auvipy opened this pull request over 1 year ago
Update process.py to close during join only if process has completed

benmosher opened this pull request over 1 year ago
Task randomly get stuck (between parent and child)

meensu23 opened this issue over 1 year ago
Trouble with calling process

Emilianissimo opened this issue over 1 year ago
adjust the __repr__ in ApplyResult

xuxuman opened this pull request over 1 year ago
Add support for ExceptionGroups - PEP-0654

MaxwellDPS opened this issue almost 2 years ago
TypeError when using `soft_timeout` or `timeout` on `Pool`

murrple-1 opened this issue almost 2 years ago
Switch references to the master branch to main

thedrow opened this pull request almost 2 years ago
change nose dependency

auvipy opened this pull request about 2 years ago
delete tidelift

auvipy opened this pull request about 2 years ago
remove tidelift cron

auvipy opened this pull request about 2 years ago
Worker exited prematurely: signal 9 (SIGKILL) Job: 10.

arslandevpy opened this issue about 2 years ago
Add missing attribute co_positions for Python 3.11

eltonkl opened this pull request about 2 years ago
Add Code.co_positions for python 3.11 support

fredley opened this pull request about 2 years ago
Python 3.11: '_Code' object has no attribute 'co_positions'

Yun-Kim opened this issue about 2 years ago
billiard==4.0.2 and celery==5.2.7

mrjoli021 opened this issue over 2 years ago
Hard Timeout Triggers AttributeError on Windows

fedeesku opened this issue over 2 years ago
fix a python 2 to 3 compat issue which was missed earlier

auvipy opened this pull request over 2 years ago
NameError on Pool.shrink()

mschwoer opened this issue over 2 years ago
ExceptionInfo.exception should be an exception

woutdenolf opened this pull request over 2 years ago
ExceptionWithTraceback object has no attribute __cause__

woutdenolf opened this issue over 2 years ago
dynamic pool size with gnumake jobclient / jobserver

milahu opened this issue over 2 years ago
Keep exception traceback somehow

J08nY opened this pull request over 2 years ago
Add support for Python 3.11 _posixsubprocess.fork_exec() arguments

hroncok opened this pull request over 2 years ago
4.0.0: sphinx warnings (mainly `reference target not found`)

kloczek opened this issue over 2 years ago
remove python 2 compat imports

auvipy opened this pull request over 2 years ago
unit tests clean up

auvipy opened this pull request over 2 years ago
Run integration test of GA CI

auvipy opened this issue over 2 years ago
try python 3.10 & tox-gh-actions for CI

auvipy opened this pull request over 2 years ago
Prevent segmentation fault in get_pdeathsig while using ctypes

thedrow opened this pull request over 2 years ago
Replace deprecated threading Event.isSet with Event.is_set

mnito opened this pull request almost 3 years ago
Add python_requires to enforce Python version

gopackgo90 opened this pull request almost 3 years ago
ModuleNotFoundError: No module named 'billiard.py3'

chandchowdary opened this issue almost 3 years ago
How to solve the race condition problem in Pool multiprocessing

jeffrey82221 opened this issue almost 3 years ago
TypeError: no default __reduce__ due to non-trivial __cinit__

emilhe opened this issue almost 3 years ago
Worker crashed with invalid file descriptor error when use with celery and gevent

justlovediaodiao opened this issue almost 3 years ago
Billiard cannot find project module on automatic restart of Celery worker

professorDante opened this issue almost 3 years ago
test psutil 5.9.0

auvipy opened this pull request almost 3 years ago
update language to c from cpp

auvipy opened this pull request about 3 years ago
added codeql checks

auvipy opened this pull request about 3 years ago
update test dependencies

auvipy opened this pull request about 3 years ago
update dependencies

auvipy opened this pull request about 3 years ago
ValueError: I/O operation on closed file when creating Pool

Wats0ns opened this issue about 3 years ago
Drop support of Python < 3.7

matusvalo opened this pull request about 3 years ago
Added Github CI

matusvalo opened this pull request about 3 years ago
Remove dependency to case

matusvalo opened this pull request about 3 years ago
update test requirements

auvipy opened this pull request about 3 years ago
release v4.0 with python 3.6+ only without any major changes

auvipy opened this issue about 3 years ago
Fix typos

kianmeng opened this pull request about 3 years ago
billiard.exceptions.WorkerLostError: Worker exited prematurely: exitcode 1

shaMiaoMiao opened this issue about 3 years ago
Manager().Pool gets stuck with billiard, works with multiprocessing

mandarup opened this issue over 3 years ago
4.1.0: pytest is failing

kloczek opened this issue over 3 years ago
FileNotFoundError with context.Value('i')

azmeuk opened this issue over 3 years ago
3.6.4.0: billiard still uses `nose` which is deprecated

kloczek opened this issue over 3 years ago
billiard.Pool slower than multiprocessing.Pool

Abhinav-Aidash opened this issue over 3 years ago
Fix PyPI: README is RST

hugovk opened this pull request over 3 years ago
Support Sphinx 4.x

dirkmueller opened this pull request over 3 years ago
3.6.4.0: sphinx warnings

kloczek opened this issue over 3 years ago
check if new deps pass tests

auvipy opened this pull request over 3 years ago
Could not start worker processes

sogand145 opened this issue almost 4 years ago
Billiard is leaving pipes open

luederm opened this issue almost 4 years ago
v3.6.3.0 PermissionError: [WinError 5] Access is denied

caffeinatedMike opened this issue almost 4 years ago
Fix Tidelift marketing text

jwhitlock opened this pull request almost 4 years ago
Worker Process

auvipy opened this issue about 4 years ago
feat: set default timeout for imap iterator next func

yywing opened this pull request about 4 years ago
IMapIterator stuck?

yywing opened this issue about 4 years ago
AutoScale casusing WorkerLostError

shintaii opened this issue about 4 years ago
try/except not working on WorkerLostError and signal 11

li-dennis opened this issue about 4 years ago
Any task, even trivial, takes a lot of time using billiard

gianderiu opened this issue about 4 years ago
creating PR

santosh653 opened this pull request about 4 years ago
Bump psutil from 5.6.3 to 5.6.6 in /requirements

dependabot[bot] opened this pull request over 4 years ago
#296 Add job id to WorkerLostError message

ThomasWunderlich opened this pull request over 4 years ago