mirror of https://github.com/aptly-dev/aptly
314 B
314 B
Background Tasks
Several API operations allow to be run in background asynchronously in a task. In that case, a Task object with an ID and a State is returned, which can be queried for progress.
Tasks should be deleted once they are no longer in progress, in order to not cause memory overflows.