Update the periodic_task link for retry_scheduler

Change-Id: I531f385957ec71449a2d82975a4cd4c91c07a799
This commit is contained in:
jacky06 2018-07-05 13:32:56 -04:00
parent d32e82e241
commit a5ef2a95ef

View File

@ -47,7 +47,7 @@ class PeriodicServer(service.Service):
"""Server to process retry and scheduled tasks. """Server to process retry and scheduled tasks.
This server is an Oslo periodic-task service (see This server is an Oslo periodic-task service (see
https://docs.openstack.org/developer/oslo.service/api/periodic_task.html). https://docs.openstack.org/oslo.service/latest/reference/periodic_task.html).
On a periodic basis, this server checks for tasks that need to be 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 retried, and then sends them up to the RPC queue for later
processing by a worker node. processing by a worker node.