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

Add DB trimming #174

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Add DB trimming #174

wants to merge 4 commits into from

Conversation

imyousuf
Copy link
Collaborator

TBD

In addition to updating dependencies, also update the GoLang version that the application is dependent on to 1.23. In that connection the base docker image is also updated, which now depends on Alpine 3.20.

On the way to updating dependency versions also made the tests
compatible with WSL2; the primary step was to skip tests that
depends on observing configuration file changes since that doesn't work in WSL2.
This refactor is the first step in introducing second command of running a DB trim command to export, archive and delete completed messages and jobs
Currently only the web service command "broker" is used.
syscall.Kill is a system library call not available in Windows making it difficult to compile the code as is in Windows and for proper IDE support. So wrapped syscall.Kill to a system specific build constrained implementation to avoid the compile error.
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