schedule-bundle icon indicating copy to clipboard operation
schedule-bundle copied to clipboard

Symfony Messenger Support

Open kbond opened this issue 4 years ago • 0 comments

Currently, all due tasks run synchronously in the same process. Utilizing Symfony Messenger would allow for adding due tasks to a queue to run asynchronously. I believe this could partially solve #6.

Notes:

  • CompoundTask's need to always be run synchronously.

kbond avatar Mar 06 '20 19:03 kbond