Ask Solem
							
						 | 
						
							
							
								2e869248ff
							
							AMQP Backend: Now expires results by default.
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								61c44f9361
							
							Deprecates the *LOG_LEVEL+LOG_FILE settings.  (django-celery #71)
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								54b24ed2e9
							
							Adds deprecation metadata to configuration index
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Stefan Kjartansson
							
						 | 
						
							
							
								51e4e677b2
							
							Adds EMAIL_USE_TLS option.  Closes #418
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								aa5b7d88c0
							
							Merge branch 'leobantech/master'
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								62647576d4
							
							Examples now use broker URL. sqlakombu is currently broken though, need to find a solutionf or that
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Leo Dirac
							
						 | 
						
							
							
								d6ab7e0511
							
							CELERY_RESULT_DB_SHORT_LIVED_SESSIONS allows not caching database connections
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e9dc65367b
							
							Spelling
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								ec6a3aa019
							
							Fixes configuration.rst doc structure
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								95b3701fa0
							
							Documents undocumented configuration keys
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								69d10bce18
							
							Use CELERY_REDIS_* settings instead of REDIS_*
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Jannis Leidel
							
						 | 
						
							
							
								d9b3ac610c
							
							Removes deprecated setting REDIS_CONNECT_RETRY from configuration docs.
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								d328ac4e44
							
							BROKER_TRANSPORT is now preferred over BROKER_BACKEND
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								eb92aa81b5
							
							Documents missing settings and corrects quite a few typos in the configuration reference.  Closes #371
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								899be21997
							
							Django does it, we do it: Changes all occurrences of 'e-mail' to 'email'
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								d5594119d9
							
							Fixes now broken links to SQLAlchemy docs
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								9d01e788c9
							
							Results are now disabled by default.
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c59415bcf7
							
							Added Sphinx crossref type: :signal:
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								2a7349b728
							
							Docs: Fixes typo settings -> setting
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								56da93e1c7
							
							Documents keys missing from the configuration reference.  Closes #301
						 | 
						14 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								ddfce13e73
							
							Documentation cleanup
						 | 
						15 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								fb4ab44b7b
							
							apply_async: Added the ability to retry publishing the task message in the event of connection loss or failure.
						 | 
						15 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								d4013e5389
							
							celery.decorators.task replaced with celery.task, where the latter does not support magic keyword arguments.
						 | 
						15 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								59bff41c6b
							
							Cosmetics
						 | 
						15 vuotta sitten | 
					
				
					
						
							
								   Christopher Peplin
							
						 | 
						
							
							
								82219f291d
							
							Optionally re-raise exceptions in tasks to preserve full traceback.
						 | 
						15 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								30ce278ad5
							
							Spellcheck
						 | 
						15 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								0606fda57c
							
							Merge branch 'master' into kombu2
						 | 
						15 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								0afa1efa28
							
							Docs: Replaced all occurences of ``literal`` with `literal`
						 | 
						15 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								88a69b51e2
							
							celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer
						 | 
						15 vuotta sitten | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								395f99e296
							
							Change all references of Carrot to Kombu
						 | 
						15 vuotta sitten |