--- /srv/reproducible-results/rbuild-debian/r-b-build.WgxalieT/b1/python-taskflow_5.6.0-2_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.WgxalieT/b2/python-taskflow_5.6.0-2_i386.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - 34041de7821c2cc19e8ffc4ccc2e95c3 1767876 doc optional python-taskflow-doc_5.6.0-2_all.deb │ + 7cba398b9464fae57c6c2582db6cb19a 1767852 doc optional python-taskflow-doc_5.6.0-2_all.deb │ b697d49c67fc3ee2ff4583922c0d5e03 214148 python optional python3-taskflow_5.6.0-2_all.deb ├── python-taskflow-doc_5.6.0-2_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-04-03 14:25:50.000000 debian-binary │ │ --rw-r--r-- 0 0 0 5988 2024-04-03 14:25:50.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 1761696 2024-04-03 14:25:50.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 5984 2024-04-03 14:25:50.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 1761676 2024-04-03 14:25:50.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, │ │ │ │ │ - "25": [3, 5], │ │ │ │ │ + "14": [3, 5], │ │ │ │ │ "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], │ │ │ │ │ @@ -1552,15 +1552,14 @@ │ │ │ │ │ "sqrt": 5, │ │ │ │ │ "pow": 5, │ │ │ │ │ "__name__": 5, │ │ │ │ │ "__main__": [5, 9], │ │ │ │ │ "any_dist": 5, │ │ │ │ │ "enough": [5, 10, 14, 18], │ │ │ │ │ "4142": 5, │ │ │ │ │ - "14": 5, │ │ │ │ │ "14199": 5, │ │ │ │ │ "7": 5, │ │ │ │ │ "07106": 5, │ │ │ │ │ "creation": [5, 10, 13, 17, 19], │ │ │ │ │ "ten_dist": 5, │ │ │ │ │ "ten": 5, │ │ │ │ │ "parallel_table_multipli": 5, │ │ │ │ │ @@ -1724,14 +1723,15 @@ │ │ │ │ │ "url": [5, 19], │ │ │ │ │ "awar": [5, 10], │ │ │ │ │ "db": [5, 10, 13], │ │ │ │ │ "sql": [5, 13], │ │ │ │ │ "urlcal": 5, │ │ │ │ │ "_send_tim": 5, │ │ │ │ │ "_chunk": 5, │ │ │ │ │ + "25": 5, │ │ │ │ │ "status_cb": 5, │ │ │ │ │ "sleep_tim": 5, │ │ │ │ │ "dealt": 5, │ │ │ │ │ "slightli": [5, 11], │ │ │ │ │ "resourcefetch": 5, │ │ │ │ │ "_db_handl": 5, │ │ │ │ │ "_url_handl": 5, │ │ │ ├── ./usr/share/doc/python-taskflow-doc/html/user/conductors.html │ │ │ │ @@ -352,15 +352,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=25, 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=14, 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 │ │ │ │ @@ -369,15 +369,15 @@ │ │ │ │ backed executor is selected by default (it will have │ │ │ │ an equivalent number of workers as this conductors │ │ │ │ simultaneous job count).

│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ -MAX_SIMULTANEOUS_JOBS = 25
│ │ │ │ +MAX_SIMULTANEOUS_JOBS = 14 │ │ │ │

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

│ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -178,26 +178,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=25, executor_factory=None) │ │ │ │ │ + wait_timeout=None, log=None, max_simultaneous_jobs=14, 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= 25¶ │ │ │ │ │ + MAX_SIMULTANEOUS_JOBS= 14¶ │ │ │ │ │ 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,