-
Notifications
You must be signed in to change notification settings - Fork 2
Make redis connection more robust #71
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
Conversation
✅ Infrastructure Flags Check PassedAll required infrastructure flags are deployed to sandbox. Deployed Flags
Current Status
|
4300ec0 to
c5889e2
Compare
c5889e2 to
6b28aa0
Compare
6b28aa0 to
df6ea76
Compare
|
🚀 New Environment Deployed ✅ Your Tony's Chips application has been deployed and will be ready for testing in a few minutes! Environment Details:
Quick Links:
Testing the Environment: # Access the web application
open http://44.200.157.203:8080
# Test API endpoints
curl http://44.200.157.203:8080/api/health
curl http://44.200.157.203:8080/api/products
# Test the full application flow
curl -X POST http://44.200.157.203:8080/api/cart \
-H "Content-Type: application/json" \
-d '{"productId": 1, "quantity": 2}'
|
|
🧹 Environment Cleanup Complete ✅ The environment for branch Cleanup Details:
Summary:
|
No description provided.