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

No connector for [] #29

Closed
Dids opened this issue Jan 8, 2016 · 3 comments
Closed

No connector for [] #29

Dids opened this issue Jan 8, 2016 · 3 comments

Comments

@Dids
Copy link

Dids commented Jan 8, 2016

After leaving Cachet running overnight for a couple of days, I suddenly started receiving emails that the service is down 99% of the time. I went over to investigate, and there was a rather large logfile filled with the following errors over and over again:

#15 {main} {"identification":{"id":"449039c8-03a6-4f66-8f8b-cec9a98e8ec3"}}     
[2016-01-08 06:35:02] production.ERROR: exception 'InvalidArgumentException' wit
h message 'No connector for []' in /var/www/html/vendor/laravel/framework/src/Il
luminate/Queue/QueueManager.php:150
@Dids
Copy link
Author

Dids commented Jan 8, 2016

It seems like the actual downtime might've been due to HAProxy and using the / endpoint as the health check URL instead of, for example, the ping endpoint.

This still doesn't explain the error, though.

@Dids
Copy link
Author

Dids commented Jan 8, 2016

I think I've got it. I was using 'file' as the queue driver, which seems to have been causing issues in my case. Just switched it back to 'database'', and assuming it's fixed.

@Dids Dids closed this as completed Jan 8, 2016
@GrahamCampbell
Copy link
Contributor

I was using 'file' as the queue driver,

There is no such driver.

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