Ask Solem
							
						 | 
						
							
							
								6fe1ec59ca
							
							Fixes worker hanging when hard time limit exceeded
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Mher Movsisyan
							
						 | 
						
							
							
								38a225b86d
							
							Merge branch '2.3' of github.com:ask/celery into 2.3
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Mher Movsisyan
							
						 | 
						
							
							
								42ea6d0f7d
							
							Updates version in docs
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Mher Movsisyan
							
						 | 
						
							
							
								448c022fbe
							
							Bumps version to 2.3.3 and updates Changelog
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								cf1767892c
							
							Merge branch '2.3' of github.com:ask/celery into 2.3
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								6205a829e8
							
							Hopefully fixes the test failures happening at the first minute of every hour
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								d067fe8e96
							
							Adds tox for 2.3 branch
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								0ab7efc413
							
							Updates Changelog
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f9d37205bf
							
							CELERYD option to the init script should not be used for the generic ones
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								97d8cda06c
							
							[-> 2.3]  event dumper did not handle task-sent well
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								ee983190cb
							
							Updates Changelog
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								49e07aba21
							
							Should not call fh.isatty directly, but use utils.isatty(fh) instead.
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								49c3f61fe2
							
							PEP8ify+pyflakes
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								084cbf3230
							
							Docs needs sphinxcontrib-issuetracker>=0.9
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								4c7e8c15f5
							
							Bumps version to 2.3.2 and updates Changelog
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								107b091680
							
							Adds more details to the contributing guide
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								35f2afbeac
							
							Now depends on Kombu 1.3.1
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								cc101b33f5
							
							Improves contributing doc
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								d471eedac9
							
							Removes py24 target from tox.ini
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								402ba7bf85
							
							Adds tox to requirements/test.txt
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								418ffff5e1
							
							term.colored broke on non-ascii data.  Closes #427. Thanks to kmike
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								0016ebd392
							
							adds term.colored.embed, which does not reset colors
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								142147842c
							
							Tasks should not be retried if task called directly (__call__).  Thanks to subsume
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Greg Taylor
							
						 | 
						
							
							
								8ab8c660e8
							
							As of sphinxcontrib-issuetracker 0.8, project name includes username. So instead of separately specifying ask as username, and django-celery as project, it's now 'ask/django-celery'. Also, pointed the issuetracker at django-celery instead of celery.
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								49ae5b7b5a
							
							Easier to extend how celery apps are pickled
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								8116969316
							
							Adds requirements/pkgutils.txt
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   dolugen
							
						 | 
						
							
							
								9882004215
							
							Abstract task does not inherit from object.
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								6302219922
							
							Adds the current worker `hostname` to the task context.  Closes #460
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								655d46433b
							
							ResultSet.iterate did not actually yield results as they finish.  This fixes that, but can result in strain when polling resources.  It is about time we implemented iter_native for databases.  Closes #459
						 | 
						vor 14 Jahren | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								b6b9bd3071
							
							Fixes autoscale tests
						 | 
						vor 14 Jahren |