-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Doesn't Auto create queue.js file in config directory #7
Comments
Copy the file located at node_modules/adonisjs-queue/config/queue.js for your project Not a solution but it works |
Hello, @nasiriyima what operating system do you use ? what version of NodeJS / NPM do you use ? |
@stitchng By the way, I just wanted to find out if the package is compatible with other databases such as mysql. Although using RAM cached DBs are OK but sometimes, there maybe issues with deployment on entry tier cloud servers (with low RAM) on services such as digital ocean and AWS micro. Like currently I'm already having issues using the geoip-lite npm packge, because it uses a lot of RAM to cache files. |
Yeah done that already, but just wanted to let the author know in case it was an error on their part. Thanks any ways! |
This issue is still being investigated. We will get back on this by next week. |
After installation using
adonis install adonisjs-queue
The package doesn't create
queue.js
file in the config directory. So also documentation doesn't provide information on how to create, setup or configure the queue.js config fileThe text was updated successfully, but these errors were encountered: