windmill-labs / windmill

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
https://windmill.dev
Other
10.91k stars 531 forks source link

fix: time handling in bun and deno #4423

Closed HugoCasa closed 1 month ago

HugoCasa commented 1 month ago

[!IMPORTANT] Fix datetime argument handling in handle_bun_job and handle_deno_job to use argument names instead of indices, with minor refactoring.

  • Fix datetime argument handling in handle_bun_job and handle_deno_job to use argument names instead of indices.
  • Modify datetime handling in bun_executor.rs and deno_executor.rs.
  • Ensure datetime arguments are formatted as args["{x}"] = args["{x}"] ? new Date(args["{x}"]) : undefined.
  • Minor refactoring for clarity and consistency.

This description was created by Ellipsis for 92daf3058d74265f8856cc2065d4c5d36b302870. It will automatically update as commits are pushed.

cloudflare-workers-and-pages[bot] commented 1 month ago

Deploying windmill with  Cloudflare Pages  Cloudflare Pages

Latest commit: 92daf30
Status:⚡️  Build in progress...

View logs