akkudoktoreos.server.rest.tasks

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

Functions

make_repeated_task(func, *, seconds[, ...])

Create a version of the given function that runs periodically.

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

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