Show More
@@ -3,7 +3,7 b'' | |||||
3 | rhodecode.lib.indexers.daemon |
|
3 | rhodecode.lib.indexers.daemon | |
4 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
4 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
5 |
|
5 | |||
6 |
A d |
|
6 | A daemon will read from task table and run tasks | |
7 |
|
7 | |||
8 | :created_on: Jan 26, 2010 |
|
8 | :created_on: Jan 26, 2010 | |
9 | :author: marcink |
|
9 | :author: marcink | |
@@ -69,7 +69,7 b' log.addHandler(ch)' | |||||
69 |
|
69 | |||
70 | class WhooshIndexingDaemon(object): |
|
70 | class WhooshIndexingDaemon(object): | |
71 | """ |
|
71 | """ | |
72 |
D |
|
72 | Daemon for atomic jobs | |
73 | """ |
|
73 | """ | |
74 |
|
74 | |||
75 | def __init__(self, indexname='HG_INDEX', index_location=None, |
|
75 | def __init__(self, indexname='HG_INDEX', index_location=None, |
General Comments 0
You need to be logged in to leave comments.
Login now