Explorar o código

Adds docstring for celery.worker.state.requests

Ask Solem %!s(int64=8) %!d(string=hai) anos
pai
achega
806297879e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      celery/worker/state.py

+ 1 - 0
celery/worker/state.py

@@ -42,6 +42,7 @@ REVOKES_MAX = 50000
 #: being expired when the max limit has been exceeded.
 REVOKE_EXPIRES = 10800
 
+#: Mapping of reserved task_id->Request.
 requests = weakref.WeakValueDictionary()
 
 #: set of all reserved :class:`~celery.worker.request.Request`'s.