Skip to content

Commit

Permalink
comment agenda job
Browse files Browse the repository at this point in the history
  • Loading branch information
Joabesv committed Feb 11, 2025
1 parent 333172c commit bfe1c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/agenda/jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const DEFAULT_OPTIONS = {

module.exports = function (agenda) {
agenda.on('ready', async function() {
agenda.every('2 minutes', 'syncMatriculas', {}, DEFAULT_OPTIONS)
agenda.start()
// agenda.every('2 minutes', 'syncMatriculas', {}, DEFAULT_OPTIONS)
// agenda.start()
})
}

0 comments on commit bfe1c85

Please sign in to comment.