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