{% include "vesper/header-prefix.html" %} Execute deferred actions - Vesper {% load vesper_extras %} {% load static %} {% include "vesper/navbar.html" %}

Execute deferred actions

Executes archive actions that were deferred by one or more previous Vesper jobs.

Examples of actions that may have been deferred include clip creation and annotation.

{% include "vesper/command-executes-as-job-message.html" %}

WARNING: Do not start any jobs that defer archive actions, and do not attempt to classify clips manually in a clip album, during the execution of an Execute Deferred Actions command. Conversely, do not start an Execute Deferred Actions command while any job that defers archive actions is running. Failure to heed this warning may cause SQLite database lock timeouts during attempted database writes. A future version of Vesper may enforce this policy automatically, obviating this warning, but the current version does not.