Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit f5b1760

Browse files
authored
Merge pull request #573 from CMSCompOps/remove_cachor
Remove cachor module
2 parents e729878 + dfd6baf commit f5b1760

3 files changed

Lines changed: 2 additions & 61 deletions

File tree

Unified/cachor.py

Lines changed: 0 additions & 58 deletions
This file was deleted.

Unified/htmlor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ def lap( comment ):
217217
summary_content = {}
218218

219219
view_not_a_module = ['agentInfo','componentInfo']
220-
view_modules = ['injector','batchor','cachor','assignor','completor','GQ','equalizor','checkor','recoveror','actor','closor']+view_not_a_module
220+
view_modules = ['injector','batchor','assignor','completor','GQ','equalizor','checkor','recoveror','actor','closor']+view_not_a_module
221221

222-
all_modules = list(set(view_modules + ['actor','addHoc','assignor','batchor','cachor','checkor','closor','completor','efficiencor','equalizor','GQ','htmlor','injector','lockor','messagor','recoveror','remainor','showError','stuckor','subscribor']))
222+
all_modules = list(set(view_modules + ['actor','addHoc','assignor','batchor','checkor','closor','completor','efficiencor','equalizor','GQ','htmlor','injector','lockor','messagor','recoveror','remainor','showError','stuckor','subscribor']))
223223

224224
html_doc.write("""
225225
<html>

acrontab.list

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
*/40 * * * * vocms0275 /data/unified/WmAgentScripts/cWrap.sh Unified/pushor.py &> /dev/null
1414
*/5 * * * * vocms0275 source /data/unified/WmAgentScripts/whatjob.sh > /eos/cms/store/unified/www/info.txt 2> /dev/null
1515
## single script that cycles through modules
16-
*/2 * * * * vocms0269 /data/unified/WmAgentScripts/cWrap.sh Unified/cachor.py &> /dev/null
1716
15 */4 * * * vocms0269 /data/unified/WmAgentScripts/cWrap.sh Unified/stuckor.py &> /dev/null
1817
20,50 * 1-31 * * vocms0269 /data/unified/WmAgentScripts/assigncycle.sh &> /dev/null
1918
30 */4 1-31 * * vocms0269 /data/unified/WmAgentScripts/unlockingcycle.sh &> /dev/null

0 commit comments

Comments
 (0)