Neco | nokta.devN
Windmill4mo ago
11 replies
Neco | nokta.dev

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 }
  }
}
Was this page helpful?