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

Run admin benchmark with the highest priority #622

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

frouioui
Copy link
Member

@frouioui frouioui commented Nov 14, 2024

Description

This PR enables the queue watched to always run admin executions first, with the highest priority.

Fixes #618

@@ -30,6 +32,7 @@ func ApiCmd() *cobra.Command {
Use: "api",
Short: "Starts the api server of arewefastyet and the CRON service",
RunE: func(cmd *cobra.Command, args []string) error {
log.Println("Starting server...")
Copy link
Member Author

Choose a reason for hiding this comment

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

Intended change FYI.

@frouioui frouioui merged commit 458fda6 into main Nov 14, 2024
11 of 13 checks passed
@frouioui frouioui deleted the high-prio-admin-execs branch November 14, 2024 20:21
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.

No control over Execution Queue
2 participants