diff --git a/barbican/queue/retry_scheduler.py b/barbican/queue/retry_scheduler.py index 63d15bd46..1fe5da98e 100644 --- a/barbican/queue/retry_scheduler.py +++ b/barbican/queue/retry_scheduler.py @@ -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.