| .. | 
			
		
		
			
				
					| 
						
							
						
						app
					 | 
				
				
					932a045612
					TaskPublisher: Only send the 'chord' key if provided for message compatibility.
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						apps
					 | 
				
				
					9b33d52043
					Keep all queues for routing purposes when selecting queue subset for consumng.  Closes #319.  Thanks to marcinn
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						backends
					 | 
				
				
					e4c7d30991
					chord: Can now specify the execution options of the chord task, and the interval and max_retries arguments of the unlock task
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						bin
					 | 
				
				
					116ccc1f97
					celery.bin.base: Cosmetics
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						concurrency
					 | 
				
				
					7fd0af74d9
					PEP8ify + pyflakes + tests passing
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						contrib
					 | 
				
				
					a01a006e8f
					celery.contrib.batches: Now sets loglevel and logfile in task request so task.get_logger works.   Closes 357.  Thanks to mahendra
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						db
					 | 
				
				
					bfb8db83de
					SQLAlchemy: Now returns accidentally removed date_done again.  Closes #325. Thanks to shimon
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						events
					 | 
				
				
					1f327a8314
					cursesmon: Fixes unbound local error 'detail'.  Closes #303
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						execute
					 | 
				
				
					bcedc24bb9
					Trace: task.after_return must be called after result written
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						loaders
					 | 
				
				
					7fd0af74d9
					PEP8ify + pyflakes + tests passing
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						task
					 | 
				
				
					e4c7d30991
					chord: Can now specify the execution options of the chord task, and the interval and max_retries arguments of the unlock task
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						tests
					 | 
				
				
					15efd49613
					Merge branch 'autopool'
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						utils
					 | 
				
				
					7fd0af74d9
					PEP8ify + pyflakes + tests passing
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						worker
					 | 
				
				
					bb19026c1c
					Consumer: Removes left-over debugging statement
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						__init__.py
					 | 
				
				
					3292451709
					Bumps version to 2.3.0a1
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						beat.py
					 | 
				
				
					ad6e53a02f
					beat: Cosmetics
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						conf.py
					 | 
				
				
					377f1cc358
					Cosmetics
				 | 
				15 年之前 | 
			
		
			
				
					| 
						
							
						
						datastructures.py
					 | 
				
				
					a568042519
					ConfigurationView: dict.__iter__ should return keys not items (Issue #362)
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						decorators.py
					 | 
				
				
					c3e0ed81ad
					Updated copyright statements to include 2011
				 | 
				15 年之前 | 
			
		
			
				
					| 
						
							
						
						exceptions.py
					 | 
				
				
					156c8edb02
					Cosmetics and cleanup
				 | 
				15 年之前 | 
			
		
			
				
					| 
						
							
						
						local.py
					 | 
				
				
					6f7db25db7
					Faster loading of celery module
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						log.py
					 | 
				
				
					9157d9c09d
					#321 alternative solution to log rotate, use WatchedFileHandlers
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						messaging.py
					 | 
				
				
					156c8edb02
					Cosmetics and cleanup
				 | 
				15 年之前 | 
			
		
			
				
					| 
						
							
						
						platforms.py
					 | 
				
				
					b4c06b51a2
					More useful error messages for getpwnam/getgrnam
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						registry.py
					 | 
				
				
					156c8edb02
					Cosmetics and cleanup
				 | 
				15 年之前 | 
			
		
			
				
					| 
						
							
						
						result.py
					 | 
				
				
					1151b0c82d
					EagerResult.wait should be EagerResult.get now
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						routes.py
					 | 
				
				
					f100c63419
					Task.routing_key and other routing attributes were not respected
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						schedules.py
					 | 
				
				
					bd820378ae
					schedule: Added __repr__
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						signals.py
					 | 
				
				
					9c04913c9d
					Adds signals: eventlet_pool_started, eventlet_pool_preshutdown, eventlet_pool_postshutdown, eventlet_pool_apply
				 | 
				14 年之前 | 
			
		
			
				
					| 
						
							
						
						states.py
					 | 
				
				
					c3e0ed81ad
					Updated copyright statements to include 2011
				 | 
				15 年之前 |