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

Doesn't Auto create queue.js file in config directory #7

Open
nasiriyima opened this issue Nov 22, 2019 · 5 comments
Open

Doesn't Auto create queue.js file in config directory #7

nasiriyima opened this issue Nov 22, 2019 · 5 comments

Comments

@nasiriyima
Copy link

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 file

@harlancleiton
Copy link
Contributor

Copy the file located at node_modules/adonisjs-queue/config/queue.js for your project

Not a solution but it works

@stitchng
Copy link
Owner

Hello, @nasiriyima

what operating system do you use ?

what version of NodeJS / NPM do you use ?

@nasiriyima
Copy link
Author

nasiriyima commented Nov 23, 2019

@stitchng
Sorry I didn't give those specifics, find it below:
OS: Windows 10
NodeJS: v12.13.0
NPM: 6.12.0

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.

@nasiriyima
Copy link
Author

nasiriyima commented Nov 23, 2019

Copy the file located at node_modules/adonisjs-queue/config/queue.js for your project

Not a solution but it works

Yeah done that already, but just wanted to let the author know in case it was an error on their part. Thanks any ways!

@stitchng
Copy link
Owner

This issue is still being investigated. We will get back on this by next week.

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

3 participants