forked from lix-project/hydra
e96916533f
This allows checking a jobset (say) at most once a day. It's also possible to disable polling by setting the interval to 0. This is useful for jobsets that use push notification or are manually evaluated.
1 line
60 B
SQL
1 line
60 B
SQL
create index IndexBuildOutputsOnPath on BuildOutputs(path);
|