{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.WgxalieT/b1/python-taskflow_5.6.0-2_i386.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.WgxalieT/b2/python-taskflow_5.6.0-2_i386.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,3 +1,3 @@\n \n- 34041de7821c2cc19e8ffc4ccc2e95c3 1767876 doc optional python-taskflow-doc_5.6.0-2_all.deb\n+ 7cba398b9464fae57c6c2582db6cb19a 1767852 doc optional python-taskflow-doc_5.6.0-2_all.deb\n b697d49c67fc3ee2ff4583922c0d5e03 214148 python optional python3-taskflow_5.6.0-2_all.deb\n"}, {"source1": "python-taskflow-doc_5.6.0-2_all.deb", "source2": "python-taskflow-doc_5.6.0-2_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2024-04-03 14:25:50.000000 debian-binary\n--rw-r--r-- 0 0 0 5988 2024-04-03 14:25:50.000000 control.tar.xz\n--rw-r--r-- 0 0 0 1761696 2024-04-03 14:25:50.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 5984 2024-04-03 14:25:50.000000 control.tar.xz\n+-rw-r--r-- 0 0 0 1761676 2024-04-03 14:25:50.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/doc/python-taskflow-doc/html/searchindex.js", "source2": "./usr/share/doc/python-taskflow-doc/html/searchindex.js", "unified_diff": null, "details": [{"source1": "js-beautify {}", "source2": "js-beautify {}", "unified_diff": "@@ -798,15 +798,15 @@\n \"gracefulli\": 3,\n \"exit\": [3, 4, 5, 10, 11, 13, 17, 19],\n \"within\": [3, 6, 13, 19],\n \"impl_block\": 3,\n \"blockingconductor\": 3,\n \"impl_nonblock\": 3,\n \"nonblockingconductor\": 3,\n- \"25\": [3, 5],\n+ \"14\": [3, 5],\n \"executor_factori\": 3,\n \"thread\": [3, 4, 6, 8, 10, 13, 17, 19],\n \"custom\": [3, 10, 11, 17, 19],\n \"pool\": [3, 4, 8],\n \"select\": [3, 4, 5, 10, 11, 13, 14, 19],\n \"simultan\": [3, 4, 19],\n \"count\": [3, 5, 10, 17, 18, 19],\n@@ -1552,15 +1552,14 @@\n \"sqrt\": 5,\n \"pow\": 5,\n \"__name__\": 5,\n \"__main__\": [5, 9],\n \"any_dist\": 5,\n \"enough\": [5, 10, 14, 18],\n \"4142\": 5,\n- \"14\": 5,\n \"14199\": 5,\n \"7\": 5,\n \"07106\": 5,\n \"creation\": [5, 10, 13, 17, 19],\n \"ten_dist\": 5,\n \"ten\": 5,\n \"parallel_table_multipli\": 5,\n@@ -1724,14 +1723,15 @@\n \"url\": [5, 19],\n \"awar\": [5, 10],\n \"db\": [5, 10, 13],\n \"sql\": [5, 13],\n \"urlcal\": 5,\n \"_send_tim\": 5,\n \"_chunk\": 5,\n+ \"25\": 5,\n \"status_cb\": 5,\n \"sleep_tim\": 5,\n \"dealt\": 5,\n \"slightli\": [5, 11],\n \"resourcefetch\": 5,\n \"_db_handl\": 5,\n \"_url_handl\": 5,\n"}]}, {"source1": "./usr/share/doc/python-taskflow-doc/html/user/conductors.html", "source2": "./usr/share/doc/python-taskflow-doc/html/user/conductors.html", "unified_diff": "@@ -352,15 +352,15 @@\n \n \n \n
\n

Non-blocking\u00b6

\n
\n
\n-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]\u00b6
\n+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]\u00b6\n

Bases: ExecutorConductor

\n

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

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

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

\n
\n
\n
\n
\n-MAX_SIMULTANEOUS_JOBS = 25\u00b6
\n+MAX_SIMULTANEOUS_JOBS = 14\u00b6\n

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

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