Celery v5.0.1 Documentation. News Task Pools Threaded Tasks Pool We reintroduced a threaded task pool using concurrent.futures.ThreadPoolExecutor. The previous threaded task pool was experimental. In addition it was based on 'processes': 'celery.concurrency.prefork:TaskPool', # XXX compat alias } try: import concurrent.futures # noqa: F401 except ImportError: pass else: ALIASES['threads'] = 'celery.concurrency.thread:TaskPool' Source code for celery.concurrency.thread """Thread execution pool.""" import sys from concurrent.futures import ThreadPoolExecutor, wait from .base import BasePool, apply_target __all__ = ('TaskPool'0 码力 | 2313 页 | 2.13 MB | 1 年前3
Celery v5.0.2 Documentation. News Task Pools Threaded Tasks Pool We reintroduced a threaded task pool using concurrent.futures.ThreadPoolExecutor. The previous threaded task pool was experimental. In addition it was based on 'processes': 'celery.concurrency.prefork:TaskPool', # XXX compat alias } try: import concurrent.futures # noqa: F401 except ImportError: pass else: ALIASES['threads'] = 'celery.concurrency.thread:TaskPool' Source code for celery.concurrency.thread """Thread execution pool.""" import sys from concurrent.futures import ThreadPoolExecutor, wait from .base import BasePool, apply_target __all__ = ('TaskPool'0 码力 | 2313 页 | 2.14 MB | 1 年前3
Celery v5.0.0 Documentation. News Task Pools Threaded Tasks Pool We reintroduced a threaded task pool using concurrent.futures.ThreadPoolExecutor. The previous threaded task pool was experimental. In addition it was based on 'processes': 'celery.concurrency.prefork:TaskPool', # XXX compat alias } try: import concurrent.futures # noqa: F401 except ImportError: pass else: ALIASES['threads'] = 'celery.concurrency.thread:TaskPool' Source code for celery.concurrency.thread """Thread execution pool.""" import sys from concurrent.futures import ThreadPoolExecutor, wait from .base import BasePool, apply_target __all__ = ('TaskPool'0 码力 | 2309 页 | 2.13 MB | 1 年前3
Celery v5.0.5 Documentation. News Task Pools Threaded Tasks Pool We reintroduced a threaded task pool using concurrent.futures.ThreadPoolExecutor. The previous threaded task pool was experimental. In addition it was based on 'processes': 'celery.concurrency.prefork:TaskPool', # XXX compat alias } try: import concurrent.futures # noqa: F401 except ImportError: pass else: ALIASES['threads'] = 'celery.concurrency.thread:TaskPool' here. Source code for celery.concurrency.thread """Thread execution pool.""" from concurrent.futures import ThreadPoolExecutor, wait from .base import BasePool, apply_target __all__ = ('TaskPool'0 码力 | 2315 页 | 2.14 MB | 1 年前3
Celery v4.4.5 Documentation. News Task Pools Threaded Tasks Pool We reintroduced a threaded task pool using concurrent.futures.ThreadPoolExecutor. The previous threaded task pool was experimental. In addition it was based on0 码力 | 1215 页 | 1.44 MB | 1 年前3
Celery 4.4.0 Documentation. News Task Pools Threaded Tasks Pool We reintroduced a threaded task pool using concurrent.futures.ThreadPoolExecutor. The previous threaded task pool was experimental. In addition it was based on0 码力 | 1185 页 | 1.42 MB | 1 年前3
Celery 4.4.2 Documentation10.4 News Task Pools Threaded Tasks Pool We reintroduced a threaded task pool using concurrent.futures.ThreadPoolExecutor. The previous threaded task pool was experimental. In addition it was based on0 码力 | 797 页 | 2.85 MB | 1 年前3
Celery 4.4.3 Documentation. News Task Pools Threaded Tasks Pool We reintroduced a threaded task pool using concurrent.futures.ThreadPoolExecutor. The previous threaded task pool was experimental. In addition it was based on0 码力 | 1209 页 | 1.44 MB | 1 年前3
Celery 4.4.1 Documentation. News Task Pools Threaded Tasks Pool We reintroduced a threaded task pool using concurrent.futures.ThreadPoolExecutor. The previous threaded task pool was experimental. In addition it was based on0 码力 | 1188 页 | 1.42 MB | 1 年前3
Celery 4.4.1 Documentation10.4 News Task Pools Threaded Tasks Pool We reintroduced a threaded task pool using concurrent.futures.ThreadPoolExecutor. The previous threaded task pool was experimental. In addition it was based on0 码力 | 797 页 | 2.85 MB | 1 年前3
共 15 条
- 1
- 2













