Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start listening on main adonis start script #8

Closed
webdevian opened this issue May 2, 2017 · 2 comments
Closed

Start listening on main adonis start script #8

webdevian opened this issue May 2, 2017 · 2 comments

Comments

@webdevian
Copy link

Thank you for building this and introducing me to Kue! This could be very useful for a project I'm working on.

Is it possible to start the kue listener as part of the main server.js script? I can edit server.js and spawn a child process in there but this doesn't feel the most elegant solution.

@nrempel
Copy link
Owner

nrempel commented May 7, 2017

Hey there, thanks for checking it out!

adonis-kue is designed to be run in a separate process from the web server.

@webdevian
Copy link
Author

In the end I just created an NPM script that runs both in separate node forever processes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants