adonis-scheduler icon indicating copy to clipboard operation
adonis-scheduler copied to clipboard

This library provides an easy way to schedule recurring tasks for AdonisJS.

Results 11 adonis-scheduler issues
Sort by recently updated
recently updated
newest added

I need to run this task in production

Due to the several Tasks that should execute to fulfill several aspects of our application, I desired a clean way of organizing our tasks. In this light, decided to go...

Please explain how to use adonis WS ( websockets ) to push data using this scheduler i got this error Ws .getChannel('channel:*') .topic('channel:XYZ') .broadcast('message', 'Message for socket') TypeError: Cannot read...

This PR is responsible for loading tasks in subdirectories relative to the `app/Tasks` directory. It fixes #28.

When using locker function on multi process like PM2 unwanted errors are shown in logfile.

When start with timezone America/Sao_Paulo in server, sheduler get timezone UTC. I need execute sheduler in Brazil timezone. How To ?

I couldn't run migration. The console throw the following error: ```> node ace migration:run --force Error: Make sure CommandsProvider extends the base command 1 Kernel.addCommand /Users/juraboonnom/repo/EkoHBD/node_modules/@adonisjs/ace/src/Kernel/index.js:189 2 commands.forEach /Users/juraboonnom/repo/EkoHBD/node_modules/@adonisjs/ignitor/src/Ignitor/index.js:412 3...

It seems that using the Adonis Logger facility is not working inside of tasks. ``` const Logger = use('Logger') Logger.info('log') // Does not print to console ``` @ntvsx193 I noticed...

bug

- Fixed logger bug. - Use job name when adding a new job.