Update link reference
The think reference was updated, it should be updated in doc string. Change-Id: I7e522fdef9eef07db8147f4dfdd197174e8cb85b
This commit is contained in:
parent
c1fe8d7197
commit
59b8c10daa
@ -48,9 +48,9 @@ class PeriodicServer(service.Service):
|
||||
"""Server to process retry and scheduled tasks.
|
||||
|
||||
This server is an Oslo periodic-task service (see
|
||||
http://docs.openstack.org/developer/oslo-incubator/api/openstack.common
|
||||
.periodic_task.html). On a periodic basis, this server checks for tasks
|
||||
that need to be retried, and then sends them up to the RPC queue for later
|
||||
https://docs.openstack.org/developer/oslo.service/api/periodic_task.html).
|
||||
On a periodic basis, this server checks for tasks that need to be
|
||||
retried, and then sends them up to the RPC queue for later
|
||||
processing by a worker node.
|
||||
"""
|
||||
def __init__(self, queue_resource=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user