Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Short of a cron job, need a recurring event to schedule db maintenance


Simon
Participant

@conceptfusion

Could you not just use a high traffic event and put some basic logic around it?

Perhaps a check to see if a given timestamp has passed? You could create a simple db table and add the timestamp as a “flag” updating it when the criteria is met and the action completed, thus re-setting the task schedule for the next time-stamped period.

Skip to toolbar