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

engine/cleanupmgr: finalize migration to job queue for cleanup operations #4218

Merged
merged 48 commits into from
Dec 26, 2024

Conversation

mastercactapus
Copy link
Member

Description:
This pull request finalizes the transition to the job queue system for the cleanup manager module.

  • Adds new worker method for handling API keys
  • Adds a daily periodic job to do the cleanup
  • Removes old code & SQL statements

# Conflicts:
#	engine/cleanupmanager/db.go
#	engine/cleanupmanager/queries.sql
#	gadb/queries.sql.go
# Conflicts:
#	engine/cleanupmanager/queries.sql
#	engine/cleanupmanager/update.go
# Conflicts:
#	engine/cleanupmanager/setup.go
# Conflicts:
#	engine/cleanupmanager/alertlogs.go
#	engine/cleanupmanager/db.go
#	engine/cleanupmanager/queries.sql
#	engine/cleanupmanager/setup.go
#	engine/cleanupmanager/update.go
#	gadb/queries.sql.go
@mastercactapus mastercactapus marked this pull request as ready for review December 23, 2024 23:21
Copy link
Collaborator

@CameronJHall CameronJHall left a comment

Choose a reason for hiding this comment

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

Thanks for including some of the readability improvements from previous PRs.

@mastercactapus mastercactapus merged commit 1ac513f into master Dec 26, 2024
9 checks passed
@mastercactapus mastercactapus deleted the cleanup-mgr-api-keys branch December 26, 2024 17:51
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.

3 participants