Skip to content

Fix: startup path for Go order service#13

Merged
slayerjain merged 2 commits intogofrom
codex/fix-go-order-service-entrypoint
Mar 14, 2026
Merged

Fix: startup path for Go order service#13
slayerjain merged 2 commits intogofrom
codex/fix-go-order-service-entrypoint

Conversation

@officialasishkumar
Copy link
Member

This pull request improves the startup reliability of the order_service by updating the entrypoint.sh script. The script now checks multiple possible locations for the binary and provides clearer error messaging if it is not found.

Enhancements to binary execution and error handling:

  • Updated entrypoint.sh to search for the order-service binary in several locations (ORDER_SERVICE_BIN, /order-service, /app/order-service, ./order-service) and execute the first found executable.
  • Added an explicit error message and exit code if the binary is not found, improving debugging and deployment transparency.

@officialasishkumar officialasishkumar changed the title Fix startup path for Go order service Fix: startup path for Go order service Mar 14, 2026
@slayerjain slayerjain merged commit 5968ccc into go Mar 14, 2026
1 check passed
@officialasishkumar officialasishkumar deleted the codex/fix-go-order-service-entrypoint branch March 14, 2026 12:08
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

Successfully merging this pull request may close these issues.

2 participants