WindmillWWindmill
Powered by
Neco | nokta.devN
Windmill•6mo 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 }
  }
}
    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 }
  }
}
WindmillJoin
3,388Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Recent Announcements
henri-c

We're live here https://discord.com/channels/930051556043276338/1278977038430240813

henri-c · 6d ago

rubenf

Infrastructure as code

rubenf · 4w ago

rubenf

As we're preparing for a new Windmill sandbox SDK, we took the opportunity **to open-source NSJAIL sandboxing** and make it available in CE and easier to set. In 1.634.0, just set nsjail to benefit from the tightest security and isolation per job. It's constraining so no need to use it unless you need but now you won't be restricted in security for CE if you need to.

rubenf · 4w ago

Similar Threads

how do I share logic between scripts
rubenfRrubenf / general
2y ago
we will probably build one in windmill
rubenfRrubenf / general
3y ago
any recommendations for python scripts
AlperAAlper / general
2y ago