Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. const Agenda = require('agenda');
  2.  
  3. const connectionString = 'mongodb://127.0.0.1/our-app-db';
  4.  
  5. const agenda = new Agenda({
  6. db: {address: connectionString, collection: 'ourScheduleCollectionName'},
  7. processEvery: '30 seconds'
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement