You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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