The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

bkpr-restart - Gracefully restart remote pool of workers

VERSION

Version 0.01

SYNOPSIS

  Usage: bkpr-restart [OPTIONS]
  Gracefully restart remote pool of workers.
  
    -H, --Host  str  restart workers only of specified host
    -p, --pool  str  restart workers only of specified pool
    -c, --class str  restart workers only of specified class
    -a, --all        restart all workers of every host and every pool
    -d, --delay sec  delay in seconds between restarts
    -h, --help       display this help and exit
  
  Filters --host, --pool and --class can be combined.

DESCRIPTION

Signal remote workers to finish their current tasks and restart.

SEE ALSO

Beekeeper::Service::Supervisor

AUTHOR

José Micó, jose.mico@gmail.com

COPYRIGHT AND LICENSE

Copyright 2015 José Micó.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language itself.

This software is distributed in the hope that it will be useful, but it is provided “as is” and without any express or implied warranties. For details, see the full text of the license in the file LICENSE.