Seeking Method for Non-Blocking Asynchronous Process in Adonis JS #4214
Answered
by
McSneaky
KhanAmaan55
asked this question in
Help
-
Hello, I'm working with Adonis JS and wondering if there's a method similar to the old Adonis CLI queue or job for running a non-blocking asynchronous process alongside the main controller flow. Any tips or pointers would be appreciated! Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
McSneaky
Aug 7, 2023
Replies: 1 comment
-
It depends on what kind of thing you want. You can use built-in events https://docs.adonisjs.com/guides/events Or if you can use any non-official queue packages:
You can search for community packages from here: https://packages.adonisjs.com/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
KhanAmaan55
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It depends on what kind of thing you want. You can use built-in events https://docs.adonisjs.com/guides/events
Or if you can use any non-official queue packages:
You can search for community packages from here: https://packages.adonisjs.com/