Ask Solem
							
						 | 
						
							
							
								1aeb981d13
							
							Bumped version to 2.1.0 and updated the Changelog
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								ae42674167
							
							Changed __homepage__ to http://celeryproject.org
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c9e4a0e282
							
							Changelog: Fixed link to release cycle wiki page
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c7e0741c91
							
							Fixed ugly typo in userguide/overview
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f8ed706202
							
							Documentation: Copy images locally
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								19ad25dfa6
							
							Added TaskSet.Publisher: Can be used to override the publisher class used to send subtasks
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								6580ff824d
							
							Updated Changelog
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c6bc66a0df
							
							KeyValueStoreBackend.forget: delete(key_for_task(id)) not delete(id)
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								b145f9c71c
							
							Bumped version to 2.1.0rc4
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								1f25c9b25d
							
							Improved userguides
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e23d04a276
							
							Changelog improvements
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								ba4f020604
							
							Improved the executing user guide
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								18bd082abe
							
							Removed pool diagnose command, as it was not working well
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								36ea925f7d
							
							Don't mark tasks as revoked if CELERY_IGNORE_RESULT=True.  Closes #207. Thanks to rlotun
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								75deb54ba5
							
							Fixed broken test (test_worker.py)
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e877cad70f
							
							Fixed weird bug with new processes created by the supervisor being stuck while reading from the task Queue.  See http://bugs.python.org/issue10037
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								49fb85923b
							
							result.ready should check for membership in READY_STATES
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								a08d194b3d
							
							AMQP Result Backend: Enable auto_delete for the result queues again
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								66ef7d894c
							
							AMQP Result backend: Fixed ugly bug with result.get() if CELERY_TRACK_STARTED=True
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c6f778035e
							
							Skip Mediator and ready_queue and just send directly to pool if DISABLE_RATE_LIMITS=True
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e6d403556b
							
							pyflakes
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								4ee0d7d4a1
							
							Monitoring Userguide: Finished the "Using djcelerymon outside of Django" section
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								0a54f91c54
							
							celeryev: Ability to set the program name
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								1e44c22f52
							
							Remove django-related settings from DEFAULT_SETTINGS
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								af38151967
							
							celeryev: Set default loglevel to INFO
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								540e0779c3
							
							celeryev: Set process title
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								9b5c47c428
							
							Don't use UserDict interface to store next entries. Related to django/celery #11
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								1447bb2e9a
							
							ETA of 2.1.0 release is Friday 8 Oct.
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								35f87765d0
							
							Fixed LOG_LEVEL/LOGLEVEL confusion
						 | 
						15 년 전 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								792beb4d7e
							
							getting-started/broker-installation: added link to somic.org's nodedown article
						 | 
						15 년 전 |