Merge "Update the periodic_task link for retry_scheduler"

This commit is contained in:
Zuul 2018-07-25 01:27:40 +00:00 committed by Gerrit Code Review
commit 7eac6a2b37
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class PeriodicServer(service.Service):
"""Server to process retry and scheduled tasks.
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
retried, and then sends them up to the RPC queue for later
processing by a worker node.