Ask Solem
							
						 | 
						
							
							
								5feea7a41a
							
							Bumped version to 2.1.3 and updated Changelog
						 | 
						15 年之前 | 
					
				
					
						
							
								   lucio
							
						 | 
						
							
							
								aae14d322f
							
							fixed typo
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c658f825b5
							
							timer2 improvements from master merged into release21-maint
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c95595072c
							
							Beat: ScheduleEntry._default_now added to override the default value of last_run_at
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								8d997c07f1
							
							celeryev cursesmon: Set screen_delay to 10ms, so the screen draws more often
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c2d2e8b54c
							
							EventReceiver now sends heartbeat request to find workers
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								7d91c13058
							
							Add CELERY_EVENT_PERSISTENT option for the ability to use transient events
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								1d8fa2cc89
							
							Smarter pickling of AsyncResult's
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								db58b9ecc1
							
							Added loads more community links
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f5d66aaf82
							
							added new community links
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								3ce22c471c
							
							prefetch_count can't be less than 1 if prefetch count set, and should not be decremented if prefetch count is disabled (0).
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								be1f55f74e
							
							Bumped version to 2.1.2 and updated Changelog
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e6825ed635
							
							PEP8 + pyflakes
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f0d00abcf3
							
							Added a 2 second timeout for sending error e-mails.  Closes #222
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								ae89216de8
							
							Updated Changelog
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								024a2bf59c
							
							logging: Default logfile is now sys.__stderr__ instead of sys.stderr, so it does not redirect back to logging.  Also, task logger does now disable propagate by default (can be enabled again by task.get_logger(propagate=True)
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								1aeb4c3bba
							
							timer2.Timer: Add timeout when waiting for not_empty
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								48f22b9379
							
							timer2.Timer now uses a not_empty condition to wait for new tasks instead of a sleep polling loop
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								eeb423d894
							
							celeryd: Show total run time in task succeeded log message
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								0021b62683
							
							TaskRequest.time_start is now set when the task is acknowledged, not when it is sent to the pool.  Closes #233
						 | 
						15 年之前 | 
					
				
					
						
							
								   Bryan Berg
							
						 | 
						
							
							
								bd1255091e
							
							Fix crontab scheduler -- for Sunday, datetime.isoweekday() == 7, not 0, as we expect.  Slight cleanup.
						 | 
						15 年之前 | 
					
				
					
						
							
								   Noah Kantrowitz
							
						 | 
						
							
							
								88d335febb
							
							Fix for a race condition where Timer.enter is called twice before the thread actually runs.
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								837e266273
							
							Added Sam Cooke to AUTHORS
						 | 
						15 年之前 | 
					
				
					
						
							
								   sdcooke
							
						 | 
						
							
							
								db9e52042b
							
							Using the loader for mail_admins so it can be overridden in the Django Loader
						 | 
						15 年之前 | 
					
				
					
						
							
								   David Cramer
							
						 | 
						
							
							
								bb5ebf059c
							
							Send exc_info along in job failures
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								7a41db66de
							
							celeryd: Added --scheduler option to be used in combination with -B.  Closes #229
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e16806dd48
							
							Tasks Userguide: Added section about decorating tasks.  Closes #224
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								90bf5f500d
							
							Now links to celery-pylons on PyPI
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								fe0937495a
							
							Updated Changelog
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								3baa9a628d
							
							Added Piotr Sikora to AUTHORS
						 | 
						15 年之前 |