Ask Solem
							
						 | 
						
							
							
								70ccd41f95
							
							Adds a pool argument to celery.default_connection, which if set to False means that the pool won't be used to create a new connection
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								eb8c36ca85
							
							Adds CELERY_WORKER_DIRECT option which adds a dedicated queue for each worker, so that tasks can be routed to specific workers.
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								d7ea7e0a14
							
							Add consumer now uses amqp.queues.select_add to make sure the new queue is added to _consume_from
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c79e95d789
							
							Move setuptools import to the top.  Thanks iksaif
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								1d29c10d8b
							
							Migrate: Moving tasks improvements
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								0cf8045b54
							
							add_consumer command now uses queue config from CELERY_QUEUES if it exists
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								dec34102e1
							
							celeryd_after_setup signal is now sent before the startup banner is printed
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								eb6e874a55
							
							Adds signal: celeryd_after_setup
						 | 
						13 年之前 | 
					
				
					
						
							
								   John Watson
							
						 | 
						
							
							
								04f1d6a331
							
							BaseTask class not allowing override from settings
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								24b0bb388a
							
							Keep lowercase configuration
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e95f708126
							
							Bumps version to 3.0.1
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								3f978c5150
							
							Cosmetics
						 | 
						13 年之前 | 
					
				
					
						
							
								   Łukasz Langa
							
						 | 
						
							
							
								0bdf3e32b3
							
							added Łukasz Langa to contributors list
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f1c9ad2fde
							
							Tests passing
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								4dc4f14e07
							
							Updates Changelog
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								2e3efe1658
							
							Now depends on kombu 2.2.5
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								aa12fb4b24
							
							Migrate: adds move_tasks and move_task_by_id, tools to move tasks from one queue to another
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								6b1ef78d21
							
							event state: show more task info
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								24071a88a5
							
							Adds Consumer.add_task_queue + cancel_task_queue
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c4eaa766bf
							
							Task sent event now adds exchange+routing_key
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								b8903e338a
							
							Updates Changelog for 3.0.1
						 | 
						13 年之前 | 
					
				
					
						
							
								   mattlong
							
						 | 
						
							
							
								c3349a6e0b
							
							Add Matt Long to CONTRIBUTORS
						 | 
						13 年之前 | 
					
				
					
						
							
								   Jed Smith
							
						 | 
						
							
							
								de6d870cdc
							
							Fix 2to3 race which prevents installation on Py3k
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								dcc3416d9a
							
							Document state argument to task_postrun signal. Closes #847. Thanks to Hunchul Park
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								d8af0040dc
							
							Tests passing
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								25227917ec
							
							inspect now supports limit argment: inspect(limit=1).ping()
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e8f3b09c14
							
							celery.schedules now works with timezone aware datetime's
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								a8d4123253
							
							Task classes inheriting 'from celery import Task' should not use accept_magic_kwargs
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								4d4c9ba1d5
							
							Envvar C_BENCH_EVERY alias to CELERY_BENCH_EVERY
						 | 
						13 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								d0a5b91373
							
							celery command can now take extensions using setuptools entrypoint 'celery.commands'
						 | 
						13 年之前 |