Commit Graph

17 Commits (be8f7684aa8144a2078169d446c1d6b17c50d9ae)

Author SHA1 Message Date
Vincent Driessen aa2c9e85eb Use 'busy' and 'idle' to replace the unicode symbols.
Vincent Driessen cce85c11c5 Fix missing import statement.
Vincent Driessen a111db13fd Allow users to specify the import path manually, if the default (current
working directory) is undesired.
Vincent Driessen 2ac6c1faa3 Allow includes from the local directory by default.
Will build in a flag in the future to be able to disallow this.
Vincent Driessen 7be878aed7 Allow specification of DB.
(And fix the worker actually being able to connect to a different
database.)
Vincent Driessen 903f1b9f46 Fix command description.
Vincent Driessen 2ff383162c Fix bug .
Vincent Driessen 1dba21f176 Add --host and --port options to specify what Redis to use.
Vincent Driessen 56d05c3509 Replace optparse with the more flexible argparse.
We now have real subcommands.
Vincent Driessen bf6347e78e Inverse the --graph option (and rename to --raw).
Vincent Driessen b1f571e920 Move function up.
Vincent Driessen d291f1dc4a Text fix.
Vincent Driessen ec4da2b3ad Add sort-by-queue flag.
Vincent Driessen 0f38cfdd84 Add rqinfo -w command, to monitor active workers.
Vincent Driessen 4ad6281641 Rewrite the ANSI color formatter a bit.
Vincent Driessen aebfe74630 Add polling/scaling graphs.
Vincent Driessen a905961f94 Add some sample scripts.