diff --git a/backend/windmill-worker/src/common.rs b/backend/windmill-worker/src/common.rs index 1c55f7e697..fb2e9d4cac 100644 --- a/backend/windmill-worker/src/common.rs +++ b/backend/windmill-worker/src/common.rs @@ -652,7 +652,7 @@ async fn compact_logs( nlogs: String, total_size: Arc, compact_kind: CompactLogs, - worker_name: &str, + _worker_name: &str, ) -> error::Result<(String, String)> { let size = sqlx::query_scalar!( "SELECT char_length(logs) FROM job_logs WHERE job_id = $1 AND workspace_id = $2", diff --git a/frontend/src/lib/components/AppConnect.svelte b/frontend/src/lib/components/AppConnect.svelte index c4940a88a3..dc127172d6 100644 --- a/frontend/src/lib/components/AppConnect.svelte +++ b/frontend/src/lib/components/AppConnect.svelte @@ -447,9 +447,17 @@

Others

{#if connectsManual && connectsManual?.length < 10} -
+
Resource Types have not been synced with the hub. Go to the admins workspace to sync them - (and add a schedule to do daily). + (and add a schedule to do daily): +

1. Go to the "admins" workspaces: + sync resource types +

+

+ 2: Run the synchronization script: + sync resource types +

{/if} diff --git a/frontend/static/sync_resource_types.png b/frontend/static/sync_resource_types.png new file mode 100644 index 0000000000..fae1a642eb Binary files /dev/null and b/frontend/static/sync_resource_types.png differ diff --git a/frontend/static/sync_resource_types2.png b/frontend/static/sync_resource_types2.png new file mode 100644 index 0000000000..b50a031813 Binary files /dev/null and b/frontend/static/sync_resource_types2.png differ