Its a question of time
Sometimes things need to be done without user interaction – for example, database optimisation or log rotation. For this, Elgg has a cron endpoint. Cron is a unix tool which executes commands at a specific time of day (other operating systems have similar tools). This keys off a file called a crontab – an example […]
Sometimes things need to be done without user interaction – for example, database optimisation or log rotation. For this, Elgg has a cron endpoint. Cron is a unix tool which executes commands at a specific time of day (other operating systems have similar tools). This keys off a file called a crontab – an example […]
