--- /srv/reproducible-results/rbuild-debian/r-b-build.vIXJAmkK/b1/python-taskflow_5.9.1-2_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.vIXJAmkK/b2/python-taskflow_5.9.1-2_i386.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - 2cfd63e6ec465db1f6f4fc29f40423b9 1776944 doc optional python-taskflow-doc_5.9.1-2_all.deb │ + 676351d5b2eb7df941716909cc95f195 1776932 doc optional python-taskflow-doc_5.9.1-2_all.deb │ b1ada93b96c14ab363c17d015abb2a37 219488 python optional python3-taskflow_5.9.1-2_all.deb ├── python-taskflow-doc_5.9.1-2_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-09-19 15:36:38.000000 debian-binary │ │ --rw-r--r-- 0 0 0 6004 2024-09-19 15:36:38.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 1770748 2024-09-19 15:36:38.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 6008 2024-09-19 15:36:38.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 1770732 2024-09-19 15:36:38.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 {} │ │ │ │ │ @@ -4809,15 +4809,15 @@ │ │ │ │ │ "1000": 4, │ │ │ │ │ "10000": 5, │ │ │ │ │ "1024": 13, │ │ │ │ │ "111": [5, 19], │ │ │ │ │ "12": 5, │ │ │ │ │ "127": 5, │ │ │ │ │ "13": 5, │ │ │ │ │ - "14": 5, │ │ │ │ │ + "14": [3, 5], │ │ │ │ │ "1416088": 13, │ │ │ │ │ "14199": 5, │ │ │ │ │ "1452978": 13, │ │ │ │ │ "16": 5, │ │ │ │ │ "16284": 4, │ │ │ │ │ "165": 19, │ │ │ │ │ "168": [2, 5, 13], │ │ │ │ │ @@ -4830,15 +4830,15 @@ │ │ │ │ │ "21": 5, │ │ │ │ │ "2181": [5, 10, 13, 18], │ │ │ │ │ "222": 5, │ │ │ │ │ "22393": 4, │ │ │ │ │ "224": 18, │ │ │ │ │ "230": 5, │ │ │ │ │ "2379": 10, │ │ │ │ │ - "25": [3, 5], │ │ │ │ │ + "25": 5, │ │ │ │ │ "254": 5, │ │ │ │ │ "255": 5, │ │ │ │ │ "26": 18, │ │ │ │ │ "28": 4, │ │ │ │ │ "29": 4, │ │ │ │ │ "2d": 5, │ │ │ │ │ "2f": 5, │ │ │ ├── ./usr/share/doc/python-taskflow-doc/html/user/conductors.html │ │ │ │ @@ -354,15 +354,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 │ │ │ │ @@ -371,15 +371,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 {} │ │ │ │ │ @@ -156,26 +156,26 @@ │ │ │ │ │ Blocking conductor that processes job(s) in a blocking manner. │ │ │ │ │ MAX_SIMULTANEOUS_JOBS == 11_¶ │ │ │ │ │ Default maximum number of jobs that can be in progress at the same │ │ │ │ │ time. │ │ │ │ │ ******** NNoonn--bblloocckkiinngg_?¶ ******** │ │ │ │ │ ccllaassss taskflow.conductors.backends.impl_nonblocking.NonBlockingConductor │ │ │ │ │ (nnaammee, jjoobbbbooaarrdd, ppeerrssiisstteennccee==NNoonnee, eennggiinnee==NNoonnee, eennggiinnee__ooppttiioonnss==NNoonnee, │ │ │ │ │ - wwaaiitt__ttiimmeeoouutt==NNoonnee, lloogg==NNoonnee, mmaaxx__ssiimmuullttaanneeoouuss__jjoobbss==2255, eexxeeccuuttoorr__ffaaccttoorryy==NNoonnee) │ │ │ │ │ + wwaaiitt__ttiimmeeoouutt==NNoonnee, lloogg==NNoonnee, mmaaxx__ssiimmuullttaanneeoouuss__jjoobbss==1144, eexxeeccuuttoorr__ffaaccttoorryy==NNoonnee) │ │ │ │ │ _[_s_o_u_r_c_e_]_¶ │ │ │ │ │ Bases: _E_x_e_c_u_t_o_r_C_o_n_d_u_c_t_o_r │ │ │ │ │ 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 _r_u_n_(_) │ │ │ │ │ time with one positional argument (this conductor) and it must │ │ │ │ │ return a compatible _e_x_e_c_u_t_o_r 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 == 2255_¶ │ │ │ │ │ + MAX_SIMULTANEOUS_JOBS == 1144_¶ │ │ │ │ │ Default maximum number of jobs that can be in progress at the same │ │ │ │ │ time. │ │ │ │ │ ********** HHiieerraarrcchhyy_?¶ ********** │ │ │ │ │ [Inheritance diagram of taskflow.conductors.base, │ │ │ │ │ taskflow.conductors.backends.impl_blocking, │ │ │ │ │ taskflow.conductors.backends.impl_nonblocking, │ │ │ │ │ taskflow.conductors.backends.impl_executor]