diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-07-31 15:53:29 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-07-31 15:53:29 +0200 |
commit | 560d56b50df09396e03a9f06e4abcd5388a31ae9 (patch) | |
tree | 526be7a27042c4afc294652535b3c6118d5b4c1e | |
parent | e8ca68ed89fe9d88c3a768d9c88c728996c35811 (diff) | |
download | nq-560d56b50df09396e03a9f06e4abcd5388a31ae9.tar.gz nq-560d56b50df09396e03a9f06e4abcd5388a31ae9.tar.xz nq-560d56b50df09396e03a9f06e4abcd5388a31ae9.zip |
formatting
-rw-r--r-- | nq.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nq.c b/nq.c index 51e6d70..5117287 100644 --- a/nq.c +++ b/nq.c @@ -6,12 +6,13 @@ * - every job has a flock(2)ed file ala ",TIMESTAMP.PID" * - every job starts only after all earlier flock(2)ed files finished * - the lock is released when job terminates - * - no sub-second file system time stamps are required, jobs are started with - * millisecond precision + * - no sub-second file system time stamps are required, jobs are started + * with millisecond precision * - we try hard to make the currently running ,* file have +x bit * - you can re-queue jobs using "sh ,jobid" * - * To the extent possible under law, Christian Neukirchen, chneukirchen@gmail.com + * To the extent possible under law, + * Christian Neukirchen <chneukirchen@gmail.com> * has waived all copyright and related or neighboring rights to this work. * http://creativecommons.org/publicdomain/zero/1.0/ */ |