Can anybody tell me if the frequently sheduled task is really requiered to execute all 1-5 minutes?
Because our provider can only execute every hour as minimum.
And for what is the frequently sheduled task needed? Email send?
At the moment "frequently" is not used by any module that ships with activeCollab. Future releases will most probably use it.
It is present because it can be used for custom modules. For instance, you can use this event to check if there were new commits in version control or to generate digested email notifications, reports etc.
Because our provider can only execute every hour as minimum.
And for what is the frequently sheduled task needed? Email send?
thanks