Skip to content

Commit

Permalink
Update jobs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
brMonteiro-G authored Feb 11, 2025
1 parent cbf0401 commit f162fe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 f162fe1

Please sign in to comment.