mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 00:05:27 +00:00
feat: Priority queue (#2476)
* BE v1 for priority queue * Add FE prototype * sqlx prepare * Disply priority badge in job detail view * sqlx prepare post merge * Add priority number input field next to toggle * increase dnd timeout for app events * Update db migration * Fix FE import * Add badge to script/flow details page and fix EE-only mention in tooltip --------- Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com> Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
This commit is contained in:
committed by
GitHub
co-authored by
Ruben Fiszel
Ruben Fiszel
parent
885e44e1c1
commit
bd69bafe59
@@ -555,7 +555,8 @@ async fn run_slack_message_test_job(
|
||||
Some(json!(extra_args)),
|
||||
authed.username.as_str(),
|
||||
authed.email.as_str(),
|
||||
username_to_permissioned_as(authed.username.as_str())
|
||||
username_to_permissioned_as(authed.username.as_str()),
|
||||
None, // Note: we could mark it as high priority to return result quickly to the user
|
||||
).await?;
|
||||
tx.commit().await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user