Skip to content

v0.5.0

Compare
Choose a tag to compare
@Nukesor Nukesor released this 15 May 16:17

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.