Neco | nokta.dev
Neco | nokta.dev•3d ago

we do trigger other scripts from one

we do trigger other scripts from one script, In local docker setup it does worked but in prodution we are getting error;
at catchErrorCodes (/tmp/windmill/wk-default-888zw-Uueia/01999b0e-1d21-9140-4289-3abc96ae9263/main.js:427:15)
at /tmp/windmill/wk-default-888zw-Uueia/01999b0e-1d21-9140-4289-3abc96ae9263/main.js:464:42
at Generator.next (<anonymous>)
at fulfilled (/tmp/windmill/wk-default-888zw-Uueia/01999b0e-1d21-9140-4289-3abc96ae9263/main.js:218:29)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
url: 'http://127.0.0.1:37021/api/w/local/jobs_u/get/01999b0e-2197-14d2-715c-507238638811',
status: 404,
statusText: 'Not Found',
body: 'Not found: Job not found at name 01999b0e-2197-14d2-715c-507238638811 (jobs.rs:1047)',
request: {
method: 'GET',
url: '/w/{workspace}/jobs_u/get/{id}',
path: { workspace: 'local', id: '01999b0e-2197-14d2-715c-507238638811' },
query: { no_logs: undefined }
}
}
at catchErrorCodes (/tmp/windmill/wk-default-888zw-Uueia/01999b0e-1d21-9140-4289-3abc96ae9263/main.js:427:15)
at /tmp/windmill/wk-default-888zw-Uueia/01999b0e-1d21-9140-4289-3abc96ae9263/main.js:464:42
at Generator.next (<anonymous>)
at fulfilled (/tmp/windmill/wk-default-888zw-Uueia/01999b0e-1d21-9140-4289-3abc96ae9263/main.js:218:29)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
url: 'http://127.0.0.1:37021/api/w/local/jobs_u/get/01999b0e-2197-14d2-715c-507238638811',
status: 404,
statusText: 'Not Found',
body: 'Not found: Job not found at name 01999b0e-2197-14d2-715c-507238638811 (jobs.rs:1047)',
request: {
method: 'GET',
url: '/w/{workspace}/jobs_u/get/{id}',
path: { workspace: 'local', id: '01999b0e-2197-14d2-715c-507238638811' },
query: { no_logs: undefined }
}
}
8 Replies
Neco | nokta.dev
Neco | nokta.devOP•3d ago
yes our local setup workspace name is local but in production its different. we don't set this i also log the env variables to check it's correct workspace name WM_WORKSPACE
rubenf
rubenf•3d ago
it's saying the job at that uuid doesn't exist
Neco | nokta.dev
Neco | nokta.devOP•3d ago
we are trying to create a job this fails
Neco | nokta.dev
Neco | nokta.devOP•3d ago
No description
rubenf
rubenf•3d ago
can you send a minimal reproduction on app.windmill.dev and we can investigate
Neco | nokta.dev
Neco | nokta.devOP•3d ago
ohhhhhh
Neco | nokta.dev
Neco | nokta.devOP•3d ago
No description
Neco | nokta.dev
Neco | nokta.devOP•3d ago
abort. found the cultprint 😅 thank you @rubenf

Did you find this page helpful?