Today, we’re releasing version 0.104.0 of Nu. This release adds additional job control capabilities, many datetime improvements, and a number of new Polars commands.

  • KissakiOPM
    link
    fedilink
    English
    arrow-up
    2
    ·
    13 天前

    Jobs are currently in-process background threads, so will exit when exiting the current Nushell process. There’s plans for job dispatching though. In the meantime, the nu_scripts repo has a task module that uses pueue to handle such cases.

    • BatmanAoD
      link
      fedilink
      English
      arrow-up
      2
      ·
      13 天前

      I think that’s fine; I don’t usually orphan background jobs, but I do relatively often have reason to have them while I do something else. And relying on pueue for more complex uses seems more than reasonable.