Skip to content

Tags: PyFunceble/process-manager

Tags

v1.0.10

Toggle v1.0.10's commit message

Verified

This tag was signed with the committer’s verified signature.
funilrys Nissar Chababy
Ensure that no worker is left behind.

Changelog:

f3f2a0a Ensure that no worker is left behind.

v1.0.9

Toggle v1.0.9's commit message

Verified

This tag was signed with the committer’s verified signature.
funilrys Nissar Chababy
Serveral improvement around scaling & termination.

Changelog:

2e71de0 Bump version to v1.0.9
fde6ffb Update examples.
f1e9358 re-add forgotten instruction.
ba0442e distinguish between global_exit_event and terminating_event in tests
019bbc4 Differentiate between terminating and exit states.
1beac1d Add missing tests.
a10d563 Fix tests.
a9ce069 Introduction of a way to shutdown everything on exceptions.
e9ee7a9 Improve wait & termination.
aa042e1 Remove explicit terminatation in run workflow.
2262ded Cleanup shutdown process.
4be0ce4 Early check if shutdown time has been reached.
9261008 clarify some comments.
ca92883 remove unnecessary usage of `in range`.
6108fcd distinguish manager from worker.
35a4800 Prevent worker creation on reserved messages.
16afa81 Fix docstrings & comments.

v1.0.7

Toggle v1.0.7's commit message

Verified

This tag was signed with the committer’s verified signature.
funilrys Nissar Chababy
Serveral fixes and improvements around scaling.

Changelog:

14ee5bf (HEAD -> dev) Bump version to v1.0.7
186f84b Update LICENSE.
af9d1eb (origin/dev, master) ci: deploy to aur.
12b1881 Remove unnecessary logger.setLevel.
aff6d2b Introduction of a way to expose init args.
9cdf9c7 Fix linting issues.
9ab257e Allow dynamic scaling to act - when active.
7e9a252 Introduction of a test to check the new force parameter.
de82bce Revert "Ensure that scaling is always updated - when necessary."
404b97d Introduction of a way to force worker spawn.
512195f Ensure that scaling is always updated - when necessary.

v1.0.6

Toggle v1.0.6's commit message

Verified

This tag was signed with the committer’s verified signature.
funilrys Nissar Chababy
Improvement of dependency control.

v1.0.5

Toggle v1.0.5's commit message

Verified

This tag was signed with the committer’s verified signature.
funilrys Nissar Chababy
Better handling of stop messages.

v1.0.4

Toggle v1.0.4's commit message

Verified

This tag was signed with the committer’s verified signature.
funilrys Nissar Chababy
Introduction of dynamic scaling.

Also: try to do a better handling of stop signals.

v1.0.3

Toggle v1.0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
funilrys Nissar Chababy
Fix issue when no output-queues were generated.

v1.0.2

Toggle v1.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
funilrys Nissar Chababy
Introduction of some helper to avoid direct interaction.

Indeed, before this patch, one had to interact with the input queues
directly to fetch their size.

v1.0.1

Toggle v1.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
funilrys Nissar Chababy
Better handling of misleading input format.

Indeed, before this patch, if one was working directly with the
input_queue without our very own interface, a TypeError may
have been raised.

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
funilrys Nissar Chababy
Introduction of the new project.

This project is an effort to extract core pieces of the PyFunceble
project into some reusable extensions that others can use - too.