actionhero icon indicating copy to clipboard operation
actionhero copied to clipboard

`task.enqueueIn()` and `task.enqueueAt()` does not run the `preEnqueue` and `postEnqueue` methods of Task Middleware

Open evantahler opened this issue 2 years ago • 0 comments

From https://github.com/actionhero/actionhero/issues/1908

Currently, task.enqueue() does property run task.enqueueIn() and task.enqueueAt() but the delayed methods don't. The delayed methods should run the middleware lifecycle steps either at the point of delayed enqueue, or the scheduler should do it at the point of moving the delayed task to the normal work queues.

evantahler avatar Aug 17 '21 15:08 evantahler