akkudoktoreos.server.rest.tasks

Task handling taken from fastapi-utils/fastapi_utils/tasks.py.

Functions

repeat_every(*, seconds[, wait_first, ...])

A decorator that modifies a function so it is periodically re-executed after its first call.