Skip to content

Add health endpoints and Uptime Kuma monitoring - #689

Merged
StuartFerguson merged 1 commit into
mainfrom
task/#419_add_health_endpoints
Sep 12, 2026
Merged

StuartFerguson merged 1 commit into
mainfrom
task/#419_add_health_endpoints

Conversation

@StuartFerguson

Copy link
Copy Markdown
Member

Summary

  • Add standard and HealthChecks UI endpoints to Merchant POS and Merchant File Processor
  • Register both services with Uptime Kuma on application startup
  • Configure service-specific monitoring URLs and intervals
  • Update shared, client, EF Core, and health-check package versions
  • Add local bootstrap configuration support for Merchant File Processor
  • Remove embedded test merchant configuration

Testing

Not run (not requested)

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@StuartFerguson
StuartFerguson merged commit a9864bb into main Sep 12, 2026
7 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8b0ab3fbf5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

},
"ConnectionStrings": {
"MerchantFileProcessor": "merchant-file-processor.db"
"MerchantFileProcessor": ""

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve a default file-processor connection string

When no machine-local override or environment variable has been provisioned, this empty value makes every fresh or local installation terminate in Program.cs at the explicit string.IsNullOrWhiteSpace(configuredConnectionString) check, before the health endpoint can start. The staging and production deployment jobs in .github/workflows/pushtomain.yml and .github/workflows/createrelease.yml only unpack and start the service and do not inject this setting, whereas the previous merchant-file-processor.db default allowed such installations to boot; retain a usable default or have those deployment paths supply the required value.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Shared Nugets Add Health Endpoint to Merchant Pos and File Builder Services

1 participant