Ask Solem
							
						 | 
						
							
							
								5f35aa0c4c
							
							Timing issue when declaring the remote control command reply queue meant replies could be lost
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								37d6001e34
							
							Fixed broken tests
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								3205467fd6
							
							setup.py: dependency multiprocessing==2.6.2.1 -> multiprocessing
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								078d38eced
							
							cleaned up celery.platforms.PIDFile
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								66b8612d82
							
							celeryd_detach: Removed support for --chroot
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								6ad3e9f65c
							
							PEP8ify
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								96b3385d7d
							
							Bumped version to 2.1.0rc2 and updated the Changelog
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								fce1de5f9d
							
							celeryd-multi: "start" renamed to "show", "detach" renamed to "start"
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								3b198ab25a
							
							Implemented celeryd-multi restart. Also nice colors and stuff
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								03be845574
							
							More celeryd-multi tweaks
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								7a56f536f9
							
							Added generic init.d file using celeryd-multi detach
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c2b71900b2
							
							celeryd-multi: Can now change the command to detach
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								a0d398504f
							
							celeryd-multi: Added stop command to shutdown nodes started with detach, also many improvements for detach (nicer output, verifies pidfile)
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								1c6d8beb2b
							
							Daemonization+pidfile no longer depends on python-daemon/lockfile
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								27699aa0e7
							
							remove leftover print statement
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								f974ab0923
							
							'celeryd-multi detach' now actually launches and daemonizes multiple workers
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								a75cc549a8
							
							celery.bin.celeryd_detach: Experimental built-in support for daemonizing celeryd
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								50e50dfd84
							
							celeryd now includes the node name of the worker in ps listings
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								4eb5c3f141
							
							initargs can not be None
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								a1e6d87abe
							
							celeryd now supports a --pidfile argument.
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								1807fc2d68
							
							TaskPool now supports initargs
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c3b5733285
							
							Fixed Documentation for redis broker and result stores using vhost strings rather than integers. Closes #200. Thanks to prencher
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								2d842bcce9
							
							"asserting the world is the
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								7ceb32a155
							
							Added 'propagate=True' argument TaskSetResult.join: Disable to not re-raise exceptions occuring in subtasks
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								3ab5c0198c
							
							Task User Guide: Added section 'custom states'
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								560803ee62
							
							Improved docs
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								e78f78a89b
							
							Document states in task user guide
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								011d92c9f8
							
							Task Userguide: Fixed inconsistency in examples
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								37aa55e5de
							
							Task User Guide: Added missing task attributes
						 | 
						15 年之前 | 
					
				
					
						
							
								   Ask Solem
							
						 | 
						
							
							
								c4ee30b521
							
							Add :setting: ref to all settings in docstrings
						 | 
						15 年之前 |