-
-
Notifications
You must be signed in to change notification settings - Fork 39
Underlying google libs throwing an exception #22
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
Comments
@marickvantuil - I managed to do a bit of local debugging just to see what is going on in the code paths, and I noticed that you hard-code the connection names in As you can see in my examples, I require multiple queues and will not be naming them |
This has been fixed in a new release v2.1.2. Thanks! |
❤️ - Thank you so much for the opportunity to contribute to your project! |
Uh oh!
There was an error while loading. Please reload this page.
I'm getting the following exception while attempting to push a test job onto a queue:
I've configured everything as best as I can infer from the home page of this project. I'm using the
GOOGLE_APPLICATION_CREDENTIALS
environment variable to point to a service account key file. Everything seems to check out in that regard. I'm just not sure how or why project and location are showing up null here? My queue configs all seem to indicate that the values I've provided are present.Do you maybe have any suggestions on what I can look into to determine why those two values are null, despite being configured in
queue.php
?The text was updated successfully, but these errors were encountered: