summaryrefslogtreecommitdiff
path: root/kombu/pools.py
Commit message (Expand)AuthorAgeFilesLines
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-0/+2
* enable pre-commit (#1355)Thomas Grainger2021-07-201-4/+3
* autopep8.remove-python2-supportOmer Katz2020-08-041-0/+4
* Remove five usage from kombu/.Omer Katz2020-07-231-2/+1
* pyupgradeOmer Katz2020-07-131-3/+2
* Used a tuple instead of a list to define __all__. (#945)Mads Jensen2018-11-121-2/+2
* flakesAsk Solem2016-11-221-2/+2
* Adds pydocstyle as a tox targetAsk Solem2016-10-111-0/+9
* Reorganizes kombu.utils.__init__ packageAsk Solem2016-07-161-1/+2
* Use Google-style docstringsAsk Solem2016-07-161-7/+1
* Use unicode_litereals everywhere and updates flakeplus target to --2.7Ask Solem2016-04-061-1/+1
* ConnectionPool/ProducerPool now register after fork individually + cleanupAsk Solem2015-12-091-8/+10
* Pools: Default limit is now 10Ask Solem2015-12-081-1/+1
* Pools: set_limit can now shrink pool as long as pool is not in useAsk Solem2015-12-081-12/+2
* Use callable() now that it's allowed again (Issue celery/celery#1678)Ask Solem2013-11-221-2/+1
* Renames promise -> lazy, maybe_promise -> maybe_evaluate so that it does not ...Ask Solem2013-09-111-2/+2
* Merge branch '2.5'Ask Solem2013-02-121-1/+2
|\
| * Pools: Do not try to release lazy resource yet to be evaluated. Fixes celery...Ask Solem2013-02-111-1/+2
* | Merge branch 'master' into 3.0Ask Solem2012-11-271-6/+16
|\ \ | |/
| * Copyright 2012 is VMware, inc.Ask Solem2012-11-221-3/+0
| * Fixes deadlock in ProducerPool. Closes celery/celery#1009Ask Solem2012-11-151-3/+13
| * ProducerPool should not call Producer._closeAsk Solem2012-11-151-0/+3
| * Producer: Support lazy channels using ChannelPromise, and connections will al...Ask Solem2012-11-141-4/+3
* | Producer: Support lazy channels using ChannelPromise, and connections will al...Ask Solem2012-11-151-4/+3
* | Started dual Py3/Py2 codebaseAsk Solem2012-11-121-3/+5
|/
* Use single quotesAsk Solem2012-06-151-5/+5
* Bound entities now pickleableAsk Solem2012-05-061-1/+2
* ProducerPool now takes Producer argumentAsk Solem2012-05-061-3/+1
* handle None connections when used in a poolFlorian Munz2012-02-201-1/+2
* Loads more testsAsk Solem2012-01-101-2/+2
* Updates copyright years to include 2012Ask Solem2012-01-061-1/+1
* FixesAsk Solem2011-11-221-2/+2
* pyflakesAsk Solem2011-10-101-1/+0
* Fixes ProducerPoolAsk Solem2011-10-101-3/+8
* Can't set producer.connection attributeAsk Solem2011-09-271-3/+3
* Merge branch 'master' into 2.0-develAsk Solem2011-09-271-3/+3
|\
| * Recent changes broke the ProducerPoolAsk Solem2011-09-261-3/+3
| * Adds KOMBU_DISABLE_LIMIT_PROTECTION envvarAsk Solem2011-09-161-31/+22
* | Adds KOMBU_DISABLE_LIMIT_PROTECTION envvarAsk Solem2011-09-141-1/+4
* | Fixes pointless statementAsk Solem2011-09-141-2/+4
* | pools.reset resets used flagAsk Solem2011-09-141-0/+1
* | Producer improvementsAsk Solem2011-09-131-4/+3
* | Merge branch 'master' into 2.0-develAsk Solem2011-09-121-4/+14
|\ \ | |/
| * Couldn't even lower limit at start of processAsk Solem2011-09-111-4/+14
| * Forgot to inherit from PoolGroupAsk Solem2011-09-101-1/+1
| * kombu.clocks can't use with statements in kombu 1.xAsk Solem2011-09-101-2/+2
| * pools.reset now raises if limit is lower and force is not setAsk Solem2011-09-101-4/+9
* | Forgot to inherit from PoolGroupAsk Solem2011-09-101-1/+1
* | kombu.common: Adds itermessages, send_reply, isend_reply, collect_replies, in...Ask Solem2011-09-101-7/+11
* | Adds __all__ to modulesAsk Solem2011-09-091-23/+10