github Nukesor/pueue v0.5.0

latest releases: v3.4.0, pueue-lib-v0.26.0, v3.3.3...
3 years ago

Features:

  • Groups! Tasks can now be assigned to a group.
    Each group acts as their own queue and each group has their own setting for parallel task execution.
    Groups can also be paused/resumed individually.
  • Users can now specify a custom callback that'll be called whenever tasks finish.

Changes:

  • log now also works on running and paused tasks. It thereby replaces some of show's functionality.
  • Rename show to follow. The follow is now only for actually following the output of a single command.

Improvements:

  • Environment variable capture. Tasks will now start with the variables of the environment pueue add is being called in.
  • follow (previously show) now also reads directly from disk, if read_local_logs is set to true.
  • The --all flag now affects all groups AND the default queue for kill, start and pause.
  • Added --group flag for status. This will only print tasks of a specific group
  • Add new flags --default to kill. With this flag only tasks in the default queue will be affected.

Don't miss a new pueue release

NewReleases is sending notifications on new releases.