agenda
Version:
Light weight job scheduler for Node.js
10 lines • 303 B
TypeScript
import { Agenda } from ".";
/**
* Set the sort query for finding next job
* Default is { nextRunAt: 1, priority: -1 }
* @name Agenda#sort
* @function
* @param query sort query object for MongoDB
*/
export declare const sort: (this: Agenda, query: any) => Agenda;
//# sourceMappingURL=sort.d.ts.map