Skip to content
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

Quarantine for threads drawing blank when processing #21

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Conversation

jacob-meidell
Copy link
Contributor

  • Feature for sleeping threads with incremental interval when no rows are returned for processing to avoid unnecessary load on resources
  • Configure datasource in code to provide greater levels of control
  • Make sure all "processing" functions return a result indicating that rows for processing were found or not
  • Rework "processing" functions to bubble exceptions that are not specifically handled such that the caller can log and handle

- Feature for sleeping threads with incremental interval when no rows are returned for processing to avoid unnecessary load on resources
- Configure datasource in code to provide greater levels of control
- Make sure all "processing" functions return a result indicating that rows for processing were found or not
- Rework "processing" functions to bubble exceptions that are not specifically handled such that the caller can log and handle
@jacob-meidell jacob-meidell merged commit 1d2b9ca into main Nov 1, 2024
2 checks passed
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.

1 participant