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

How to add workers to box file #21

Open
cesarsaenz opened this issue Oct 29, 2014 · 1 comment
Open

How to add workers to box file #21

cesarsaenz opened this issue Oct 29, 2014 · 1 comment

Comments

@cesarsaenz
Copy link

I tired adding a woke using

worker1:
exec: "php artisan queue:listen --timeout=60"

but keep getting bootstrap errors

@briankiewel
Copy link
Owner

You likely need to run the composer install command on the worker instance.
This will be similar to the exec command on the web instance.

On Wed, Oct 29, 2014 at 3:02 AM, cesarsaenz notifications@github.com
wrote:

I tired adding a woke using

worker1:
exec: "php artisan queue:listen --timeout=60"

but keep getting bootstrap errors


Reply to this email directly or view it on GitHub
#21.

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