|  | @@ -310,8 +310,11 @@ the :setting:`CELERY_RESULT_ENGINE_OPTIONS` setting::
 | 
											
												
													
														|  |      # echo enables verbose logging from SQLAlchemy.
 |  |      # echo enables verbose logging from SQLAlchemy.
 | 
											
												
													
														|  |      CELERY_RESULT_ENGINE_OPTIONS = {'echo': True}
 |  |      CELERY_RESULT_ENGINE_OPTIONS = {'echo': True}
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  |  .. setting:: CELERY_RESULT_DB_SHORT_LIVED_SESSIONS
 |  |  .. setting:: CELERY_RESULT_DB_SHORT_LIVED_SESSIONS
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +Short lived sessions
 | 
											
												
													
														|  | 
 |  | +~~~~~~~~~~~~~~~~~~~~
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |      CELERY_RESULT_DB_SHORT_LIVED_SESSIONS = True
 |  |      CELERY_RESULT_DB_SHORT_LIVED_SESSIONS = True
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  Short lived sessions are disabled by default.  If enabled they can drastically reduce
 |  |  Short lived sessions are disabled by default.  If enabled they can drastically reduce
 |