Ask Solem
							
						 | 
						
							
							
								2a7349b728
							
							Docs: Fixes typo settings -> setting
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								cf85a87b3e
							
							Bumps version to 2.2.3
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								68fa0aa0d8
							
							Adds autodoc reference for celery.utils.encoding
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								eb43794ab2
							
							SQLAlchemy removed from contrib/requirements/default.txt + setup.cfg bdist_rpm
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								862745e638
							
							Now requires Kombu 1.0.3
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								56da93e1c7
							
							Documents keys missing from the configuration reference.  Closes #301
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								4d4a66d63d
							
							celeryev did not create pidfile
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								d8a3801c23
							
							Updated Changelog
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								1ab37bbf44
							
							Use safe_repr to ensure repr doesn't crash the worker.  Closes #298
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								1fc574f12a
							
							Adds Kevin Tran to AUTHORS
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								a9e16c6b22
							
							Merge branch 'hekevintran/master'
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								324b37a9e5
							
							Task logger format accidentally not used anymore.  Closes #317.  Thanks to stugots
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								dc07f346ae
							
							Tests passes again
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								1b53ff7d51
							
							Routing Userguide: Fixes typo, CELERY_ROUTES routers must be instances, not classes.
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f100c63419
							
							Task.routing_key and other routing attributes were not respected
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e8f64fd63f
							
							celeryctl: Adds inspect command active_queues
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								9b33d52043
							
							Keep all queues for routing purposes when selecting queue subset for consumng.  Closes #319.  Thanks to marcinn
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f54a34a46d
							
							Remote control active_queues did not account for queues added at runtime.  Requires Kombu 1.0.3
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f6c1afb697
							
							Logging output was broken
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								40f98a2c6b
							
							Fixed several typos in the init scripts + docs
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c76d7318ee
							
							Log colors: Use safe_str before adding colors
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								20dcdca238
							
							multiprocessing.cpu_count may raise NotImplementedError.  Closes #320.  Thanks to thenewguy
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								2378b14101
							
							Forgot to update readme
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								fa9d07f7dc
							
							Hompage: adds missing whitespace
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								951bbd9605
							
							Use cached_property from kombu.utils
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								ed3d5e74a4
							
							Homepage: Fixed typo pypy -> pypi.  Thanks to sebest
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								5e62be216f
							
							Adds max_retries argument to Task.retry
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Kevin Tran
							
						 | 
						
							
							
								fa6dcdbfab
							
							usage error; should have been historical instead of historic
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Kevin Tran
							
						 | 
						
							
							
								da72408781
							
							corrected spelling
						 | 
						14 yıl önce | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								15aaa94e0f
							
							Updates Changelog and bumps version to 2.2.2
						 | 
						14 yıl önce |