You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Computation Layer is already a command-line program, but running it runs
for one generation. It is meant to be run repeatedly, perhaps at regular
intervals by a cron job.
We should make that available as a Java program as well, something that can run
continuously and run the Computation Layer at fixed delay or after a certain
amount of data is written.
Original issue reported on code.google.com by srowen@myrrix.com on 28 Aug 2012 at 1:39
The text was updated successfully, but these errors were encountered:
This is now committed as PeriodicRunner, which can run the underlying
GenerationRunner program periodically per time, or when a certain amount of
data has accumulated, or both. It will be released in 0.6.
Original comment by srowen@myrrix.com on 29 Aug 2012 at 4:31
Original issue reported on code.google.com by
srowen@myrrix.com
on 28 Aug 2012 at 1:39The text was updated successfully, but these errors were encountered: