Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768639
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
777 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/Daeghrefn/Time.tcl b/Daeghrefn/Time.tcl
index aa867f2..1dc8d46 100644
--- a/Daeghrefn/Time.tcl
+++ b/Daeghrefn/Time.tcl
@@ -1,31 +1,25 @@
utimer 8 onload
bind cron - "* * * * *" cron:minute
bind cron - "*/5 * * * *" cron:often
bind cron - "0 * * * *" cron:hourly
bind cron - "0 4 * * *" cron:daily
proc onload {} {
}
#Every minute
proc cron:minute {minute hour day month weekday} {
}
#Every 5 minutes
proc cron:often {minute hour day month weekday} {
sqlrehash
-# regenerate_gerrit_index
}
#Every hour
proc cron:hourly {minute hour day month weekday} {
}
#Every day, at 4am
proc cron:daily {minute hour day month weekday} {
}
-
-proc regenerate_gerrit_index {} {
- global env
- exec -- $env(HOME)/bin/update-gerrit-activity-feeds
-}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 09:23 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259922
Default Alt Text
(777 B)
Attached To
Mode
rVIPER ViperServ scripts
Attached
Detach File
Event Timeline
Log In to Comment