sails-hook-agenda

1.1.1 • Public • Published

sails-hook-agenda

Agenda jobs in Sails.js application

Build Status

Configure

Basic configuration:

/**
 * Connection config
 *
 * All avaialble configs form {@link https://github.com/rschmukler/agenda#configuring-an-agenda} might be used here
 */
connection: {
  /**
   * Database configuration
   */
  db: {
    /**
     * Database address
     * @type {String} 
     */
    address: 'localhost:27017/agenda-jobs',
 
    /**
     * Collection name
     *
     * @type {String} 
     */
    collection: 'agendaJobs'
  },
 
  /**
   * Takes a string name and sets lastModifiedBy to it in the job database.
   * Useful for if you have multiple job processors (agendas) and want to see which job queue last ran the job.
   *
   * @type {String} 
   */
  name: 'sails-queue'
}

Testing

To run tests you have to run mongod on your local PC.

Run tests command: npm test

License

MIT

Package Sidebar

Install

npm i sails-hook-agenda

Weekly Downloads

0

Version

1.1.1

License

MIT

Last publish

Collaborators

  • kos