Is there a "Rails way" to track metrics over time? -
if have employees model , want track how many total employees have on every friday , store results in file, there gem or feature allow easy implementation of this?
my current plan use clockwork gem (final deployment isn't on unix server no cron jobs, unfortunately) schedule task counts number of employees , writes model.
imho, having scheduled job through cron/clockwork or windows services best way achieve this. requirement states total has calculated @ time. requirement has nothing web application development framework, rails or not.
Comments
Post a Comment