Skip to content

Add error handling to pending transaction processor#134

Merged
StuartFerguson merged 1 commit intomasterfrom
bug/#133_service_crash
Feb 24, 2026
Merged

Add error handling to pending transaction processor#134
StuartFerguson merged 1 commit intomasterfrom
bug/#133_service_crash

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Wrapped pending transaction processing in a try-catch block to log exceptions and prevent the background service from crashing. This ensures the service continues running and retries processing in subsequent cycles, improving resilience. No changes were made to the transaction processing logic itself.

closes #133

Wrapped pending transaction processing in a try-catch block to log exceptions and prevent the background service from crashing. This ensures the service continues running and retries processing in subsequent cycles, improving resilience. No changes were made to the transaction processing logic itself.
@StuartFerguson StuartFerguson added the bug Bugs and error-prone code label Feb 24, 2026
@StuartFerguson StuartFerguson merged commit eee807a into master Feb 24, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Bugs and error-prone code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Service Crashing

1 participant