Commit Graph

20 Commits

Author SHA1 Message Date
Vincent Driessen a111db13fd Allow users to specify the import path manually, if the default (current
working directory) is undesired.
2011-12-13 17:09:58 +01:00
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.
2011-12-12 10:44:52 +01:00
Vincent Driessen 7be878aed7 Allow specification of DB.
(And fix the worker actually being able to connect to a different
database.)
2011-11-28 21:02:42 +01:00
Vincent Driessen b27786332c Also use argparse for the rqworker. 2011-11-28 15:04:24 +01:00
Vincent Driessen 903f1b9f46 Fix command description. 2011-11-28 15:03:49 +01:00
Vincent Driessen 2ff383162c Fix bug #15. 2011-11-28 14:14:11 +01:00
Vincent Driessen 1dba21f176 Add --host and --port options to specify what Redis to use. 2011-11-28 13:58:13 +01:00
Vincent Driessen 56d05c3509 Replace optparse with the more flexible argparse.
We now have real subcommands.
2011-11-28 13:56:38 +01:00
Vincent Driessen bf6347e78e Inverse the --graph option (and rename to --raw). 2011-11-28 11:41:11 +01:00
Vincent Driessen b1f571e920 Move function up. 2011-11-28 11:40:45 +01:00
Vincent Driessen aecb0a1bf0 Simplify calling .work() or .work(burst=True). 2011-11-26 09:31:14 +01:00
Vincent Driessen 253f1752b8 Shorter logbook format on standard output, for readability.
Still, the original output can be seen using the `--verbose` flag.
2011-11-25 00:46:19 +01:00
Vincent Driessen d291f1dc4a Text fix. 2011-11-21 14:46:48 +01:00
Vincent Driessen ec4da2b3ad Add sort-by-queue flag. 2011-11-21 14:31:17 +01:00
Vincent Driessen 0f38cfdd84 Add rqinfo -w command, to monitor active workers. 2011-11-21 13:21:45 +01:00
Vincent Driessen 4ad6281641 Rewrite the ANSI color formatter a bit. 2011-11-21 10:52:23 +01:00
Vincent Driessen aebfe74630 Add polling/scaling graphs. 2011-11-18 01:56:23 +01:00
Vincent Driessen 15c4efd2e1 Generate less intensive work. 2011-11-18 01:56:18 +01:00
Vincent Driessen a905961f94 Add some sample scripts. 2011-11-18 01:44:28 +01:00
Vincent Driessen a029e5437b Add beginnings of a rqworker script. 2011-11-18 00:51:34 +01:00