--- /srv/reproducible-results/rbuild-debian/r-b-build.ctecq2iW/b1/python-taskflow_5.0.0-3_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.ctecq2iW/b2/python-taskflow_5.0.0-3_i386.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - 0f207a544c501b96b624c70bf32970bf 1733172 doc optional python-taskflow-doc_5.0.0-3_all.deb │ + ec95c49c3a48c27d7ac95a99f1873cc1 1733164 doc optional python-taskflow-doc_5.0.0-3_all.deb │ 43b891a110a7c751212642769aa6e7bb 212688 python optional python3-taskflow_5.0.0-3_all.deb ├── python-taskflow-doc_5.0.0-3_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2022-12-09 10:22:43.000000 debian-binary │ │ --rw-r--r-- 0 0 0 5980 2022-12-09 10:22:43.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 1727000 2022-12-09 10:22:43.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 5984 2022-12-09 10:22:43.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 1726988 2022-12-09 10:22:43.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/python-taskflow-doc/html/searchindex.js │ │ │ │ ├── js-beautify {} │ │ │ │ │ @@ -798,15 +798,15 @@ │ │ │ │ │ "gracefulli": 3, │ │ │ │ │ "exit": [3, 4, 5, 10, 11, 13, 17, 19], │ │ │ │ │ "within": [3, 6, 13, 19], │ │ │ │ │ "impl_block": 3, │ │ │ │ │ "blockingconductor": 3, │ │ │ │ │ "impl_nonblock": 3, │ │ │ │ │ "nonblockingconductor": 3, │ │ │ │ │ - "19": 3, │ │ │ │ │ + "11": 3, │ │ │ │ │ "executor_factori": 3, │ │ │ │ │ "thread": [3, 4, 6, 8, 10, 13, 17, 19], │ │ │ │ │ "custom": [3, 10, 11, 17, 19], │ │ │ │ │ "pool": [3, 4, 8], │ │ │ │ │ "select": [3, 4, 5, 10, 11, 13, 14, 19], │ │ │ │ │ "simultan": [3, 4, 19], │ │ │ │ │ "count": [3, 5, 10, 17, 18, 19], │ │ │ ├── ./usr/share/doc/python-taskflow-doc/html/user/conductors.html │ │ │ │ @@ -347,15 +347,15 @@ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │
│ │ │ │

Non-blocking

│ │ │ │
│ │ │ │
│ │ │ │ -class taskflow.conductors.backends.impl_nonblocking.NonBlockingConductor(name, jobboard, persistence=None, engine=None, engine_options=None, wait_timeout=None, log=None, max_simultaneous_jobs=19, executor_factory=None)[source]
│ │ │ │ +class taskflow.conductors.backends.impl_nonblocking.NonBlockingConductor(name, jobboard, persistence=None, engine=None, engine_options=None, wait_timeout=None, log=None, max_simultaneous_jobs=11, executor_factory=None)[source] │ │ │ │

Bases: ExecutorConductor

│ │ │ │

Non-blocking conductor that processes job(s) using a thread executor.

│ │ │ │
│ │ │ │
NOTE(harlowja): A custom executor factory can be provided via keyword

argument executor_factory, if provided it will be │ │ │ │ invoked at │ │ │ │ run() time │ │ │ │ with one positional argument (this conductor) and it must │ │ │ │ @@ -364,15 +364,15 @@ │ │ │ │ backed executor is selected by default (it will have │ │ │ │ an equivalent number of workers as this conductors │ │ │ │ simultaneous job count).

│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -MAX_SIMULTANEOUS_JOBS = 19
│ │ │ │ +MAX_SIMULTANEOUS_JOBS = 11 │ │ │ │

Default maximum number of jobs that can be in progress at the same time.

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -173,26 +173,26 @@ │ │ │ │ │ MAX_SIMULTANEOUS_JOBS= 1¶ │ │ │ │ │ Default maximum number of jobs that can be in progress at the same │ │ │ │ │ time. │ │ │ │ │ │ │ │ │ │ **** Non-blocking¶ **** │ │ │ │ │ classtaskflow.conductors.backends.impl_nonblocking.NonBlockingConductor(name, │ │ │ │ │ jobboard, persistence=None, engine=None, engine_options=None, │ │ │ │ │ - wait_timeout=None, log=None, max_simultaneous_jobs=19, executor_factory=None) │ │ │ │ │ + wait_timeout=None, log=None, max_simultaneous_jobs=11, executor_factory=None) │ │ │ │ │ [source]¶ │ │ │ │ │ Bases: ExecutorConductor │ │ │ │ │ Non-blocking conductor that processes job(s) using a thread executor. │ │ │ │ │ NOTE(harlowja): A custom executor factory can be provided via keyword │ │ │ │ │ argument executor_factory, if provided it will be invoked at run() │ │ │ │ │ time with one positional argument (this conductor) and it must │ │ │ │ │ return a compatible executor which can be used to submit jobs to. │ │ │ │ │ If None is a provided a thread pool backed executor is selected by │ │ │ │ │ default (it will have an equivalent number of workers as this │ │ │ │ │ conductors simultaneous job count). │ │ │ │ │ - MAX_SIMULTANEOUS_JOBS= 19¶ │ │ │ │ │ + MAX_SIMULTANEOUS_JOBS= 11¶ │ │ │ │ │ Default maximum number of jobs that can be in progress at the same │ │ │ │ │ time. │ │ │ │ │ │ │ │ │ │ ***** Hierarchy¶ ***** │ │ │ │ │ [Inheritance diagram of taskflow.conductors.base, │ │ │ │ │ taskflow.conductors.backends.impl_blocking, │ │ │ │ │ taskflow.conductors.backends.impl_nonblocking,