Ask Solem
							
						 | 
						
							
							
								d67a31295a
							
							In eventlet blocking calls must not be called in the mainthread, so added Pool.blocking(fun, *a, **kw) which spawns+waits on eventlet, or just simply calls the function for multiprocessing/threading
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								ab6979deba
							
							Greatly simplied the eventlet pool code, thanks to Ryan Williams
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								a083980ab6
							
							Added TaskSetResult.iter_native: Native way to iterate on multiple results as they finish
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								060b266866
							
							AMQP result backend now uses a connection pool (new setting: CELERY_AMQP_TASK_RESULT_CONNECTION_MAX).  This means results can now be sent when running in eventlet/gevent
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								d3860f8880
							
							Added concurrency model aliases: eventlet, gevent, processes
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f74558eaff
							
							Added examples/gevent
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								bbd8127581
							
							Added concurrency support for gevent (http://gevent.org)
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								3eeafdb1cc
							
							Added examples/eventlet
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								85d1b19a2a
							
							Removed Timer thread
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								6d701544fd
							
							Removed MethodQueue and disabled heart
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								73b117f3bc
							
							Refactored .concurrency to use a common base.  Also improved eventlet pool
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								6d255867ae
							
							Yes! Yes! Got eventlet support working (but some small bugs to fix still)
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								98ce02f2eb
							
							Updated changelog
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								46e0d80c80
							
							Added docstring for TaskSetResult.join_native
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								623345d7ab
							
							Merged 2.1.3+2.1.4 changelog from release21-maint
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								98f82ed794
							
							AMQP result backend: Needs to strip '-'s from the task id for backward compatibility
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								da6dc4bb4c
							
							Merged branch join_native: TaskSetResult.join_native, uses backend-optimized solution to retrieve results for more than one task
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								eebe29f112
							
							celerybeat: Added --detach option
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								402873f572
							
							Bumped version to 2.2.0a5
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								2e8b4de810
							
							Optimizing User Guide: Runes edit
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								935ab248c2
							
							Handle errors occuring while acking task messages.  Thanks to Chimrod.
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e3a5eb77a1
							
							Periodic task userguide: Fixed typo in crontab example table.  Thanks to zimnyx.  Closes #239
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								22dcd6c54a
							
							FAQ: Added sequrity section
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								d1cc878e8d
							
							Added John Watson to AUTHORS
						 | 
						15 years ago | 
					
				
					
						
							
								   John Watson
							
						 | 
						
							
							
								6b8377d5b5
							
							Add CELERYD_FORCE_HIJACK_ROOT_LOGGER option
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								1af23f435e
							
							Added Martin Galpin to AUTHORS
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								66743a6782
							
							Merge branch '66laps/master'
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								00e7b45c04
							
							More content for the optimizing guide
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								83cde80cbc
							
							camqadm: Fixed syntax error when providing options to commands.  Closes #257.  Thanks to dpwhite2
						 | 
						15 years ago | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								7e187814f7
							
							Updated documentation
						 | 
						15 years ago |