Skip to content

1.7.0

Compare
Choose a tag to compare
@mafredri mafredri released this 15 Aug 13:20
· 35 commits to main since this release

Changes

  • New: Introduce async_worker_eval for updating the worker environment (#29)
    • For example, async_worker_eval my_worker cd $PWD, would change the current working directory inside the worker, which would also be inherited by subsequent jobs
    • Can be used as an alternative to passing $PWD to every async job
  • Fix: Prefix async job output to prevent external corruption (#28)
    • This also fixes some cases of invalid arguments being passed to the callback when the output buffer becomes corrupt

v1.6.2...v1.7.0