WindmillWWindmill
Powered by
Neco | nokta.devN
Windmill•5mo 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,362Members
Resources

Similar Threads

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

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c · 4d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra · 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 🙂

henri-c · 4w ago

Similar Threads

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