Ask Solem
							
						 | 
						
							
							
								9059a43dfa
							
							Merge branch 'apollo13/master'
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								58627b9ff7
							
							Small changes to README (thanks apollo13)
						 | 
						16 years ago | 
					
				
					
						
							
								   Florian Apolloner
							
						 | 
						
							
							
								4160cc0443
							
							Fix code examples
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								33d258ab79
							
							Mention Redis result store backend in README
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								42d195c896
							
							Added a Redis result store backend.
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f265298db0
							
							Make a proper link
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								b7570b6d1e
							
							Fix typo multilingual multi-lingual
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								de655e55c5
							
							FAQ: Added section "Misconceptions"
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								cf31b9511a
							
							Link to Viktor Petersson's blog post about celery on FreeBSD in the FAQ
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								5901f95dc8
							
							Forgot to mention the dependency on the redis python client.
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								7dbb643a61
							
							rst: Forgot another "::"
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								dd5b1d7a19
							
							Fix rst syntax error
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								79f6a6720d
							
							Added otherqueues to tutorials index.
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								dbdf40c918
							
							Documented how to use Celery with Redis or an SQL database as the message queue.
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								a056892353
							
							Fix sphinx markup in celery.signals
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								2f6f8003b4
							
							Added Michael Elsdoerfer to AUTHORS
						 | 
						16 years ago | 
					
				
					
						
							
								   Michael Elsdoerfer michael@elsdoerfer.com
							
						 | 
						
							
							
								bff71ad020
							
							Allow /etc/default/celeryd to define additional options.
						 | 
						16 years ago | 
					
				
					
						
							
								   Michael Elsdoerfer michael@elsdoerfer.com
							
						 | 
						
							
							
								2fe315e175
							
							Use a django settings module, if defined, even if it wasn't already loaded by Django (for example, when using ./celeryd directly rather than the celeryd management command.
						 | 
						16 years ago | 
					
				
					
						
							
								   michael
							
						 | 
						
							
							
								802b8b0518
							
							Fixed daemon context creation, was probably broken a few commits ago.
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f77d761007
							
							Fix syntax error in celery.platform (thanks Didier Deshommes)
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								cb5bc614bb
							
							Move platform specific stuff (signal, daemon context) to celery.platform
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c5821c5506
							
							Negate test for available os.fork (thanks miracle2k)
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								25fc01179b
							
							Added Timo Sugliani to AUTHORS
						 | 
						16 years ago | 
					
				
					
						
							
								   Timo Sugliani
							
						 | 
						
							
							
								e9662ef9c7
							
							fix periodic tasks issue on mongodb, when using different time then UTC
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								de7d9b85e3
							
							Fix typos in TaskSet examples (thanks karihre)
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								29280d54ce
							
							Some boolean confusion here, the code probably hasn't even been used though.
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c68b40e287
							
							Fix typo AMQP_HOST -> AMQP_SERVER. AMQP_SERVER will be replaced with AMQP_HOST
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								201287922d
							
							Try to handle broken pid files.
						 | 
						16 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								18e7d4e111
							
							Added Wes Winham to AUTHORS
						 | 
						16 years ago | 
					
				
					
						
							
								   wes
							
						 | 
						
							
							
								2ddfa0e4bb
							
							Added a Django test runner to contrib that sets CELERY_ALWAYS_EAGER = True for testing with the database backend. Also added a cookbook on unit testing that uses the test runner and builds on the FeedImporter cookbook
						 | 
						16 years ago |