mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 08:00:59 +00:00
improve toast for connection did not resolve
This commit is contained in:
@@ -122,7 +122,10 @@ export async function main(s3: S3) {
|
||||
},
|
||||
timeoutCode: async () => {
|
||||
loading = false
|
||||
sendUserToast('Connection did not resolve after 5s', true)
|
||||
sendUserToast(
|
||||
'Connection did not resolve after 5s or job did not start. Do you have native workers or a worker group listening to the proper tag available?',
|
||||
true
|
||||
)
|
||||
try {
|
||||
await JobService.cancelQueuedJob({
|
||||
workspace: $workspaceStore!,
|
||||
|
||||
Reference in New Issue
Block a user