mirror of
https://github.com/NdoleStudio/httpsms.git
synced 2026-04-27 11:55:58 +03:00
[GH-ISSUE #240] Events Queue Setup & Configuration #27
Labels
No labels
In Review
documentation
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/httpsms#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bpcsys on GitHub (Jul 12, 2023).
Original GitHub issue: https://github.com/NdoleStudio/httpsms/issues/240
Hello am facing issues trying to set this up on my GCP, I enabled Google Cloud Tasks, also have the Firebase Admin Credentials.
But My Cloud Build Fails at the step of Cloud Tasks Client, I tried to at the logs but couldn't get any meaning full error.
I have also setup the environment variables.
Need your help. Thank You
@AchoArnold commented on GitHub (Jul 12, 2023):
Hello @bpcsys
Are you a Go programmer, if yes, look at how the queue is configured here https://github.com/NdoleStudio/httpsms/blob/main/api/pkg/di/container.go
I plan to improve the local setup instructions under #42 but I'm busy with other issues at the moment.
@bpcsys commented on GitHub (Jul 13, 2023):
Actually I am not a Go Programmer but thanks to your Well Documented code I was able to read and understand the code.
And here my main issue was that I wrongly set
FIREBASE_CRENDENTIALSto a path instead of the actuallyJSONFile.Am Looking forward to learning go so that we can add more features to this. Thanks Alot!
@bpcsys commented on GitHub (Jul 15, 2023):
@AchoArnold If you happen to have time just help me find out what am doing wrong after setting up everything. I came to this issue that appeared when I Tried to send the message.
I the PROJECT_ID set to my project ID and When I read the log I see another PROJECT_ID
25699032575which seems to be an internal googl project id.Am wondering where it comes from.
@AchoArnold commented on GitHub (Jul 23, 2023):
@bpcsys see the comment on #249