method
Store.PruneTasks
func (backend *Store) PruneTasks(
ctx context.Context,
limit int,
) (int, error)Public method Store.PruneTasks from github.com/riducms/ridu/adapters/sqlite.
Related types
StoreA SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.