File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ def __repr__(self):
119
119
'ENABLE_UTC' : Option (True , type = 'bool' ),
120
120
'ENABLE_REMOTE_CONTROL' : Option (True , type = 'bool' ),
121
121
'EVENT_SERIALIZER' : Option ('json' ),
122
- 'EVENT_QUEUE_EXPIRES' : Option (None , type = 'float' ),
123
- 'EVENT_QUEUE_TTL' : Option (None , type = 'float' ),
122
+ 'EVENT_QUEUE_EXPIRES' : Option (60.0 , type = 'float' ),
123
+ 'EVENT_QUEUE_TTL' : Option (5.0 , type = 'float' ),
124
124
'IMPORTS' : Option ((), type = 'tuple' ),
125
125
'INCLUDE' : Option ((), type = 'tuple' ),
126
126
'IGNORE_RESULT' : Option (False , type = 'bool' ),
Original file line number Diff line number Diff line change @@ -1618,7 +1618,7 @@ CELERY_EVENT_QUEUE_EXPIRES
1618
1618
:transports supported: ``amqp ``
1619
1619
1620
1620
1621
- Expiry time in seconds (int/float) for when a monitor clients
1621
+ Expiry time in seconds (int/float) for when after a monitor clients
1622
1622
event queue will be deleted (``x-expires ``).
1623
1623
1624
1624
Default is never, relying on the queue autodelete setting.
You can’t perform that action at this time.
0 commit comments