Crone jobs for removal

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
mmm
Posts: 19
Joined: 07 Aug 2018, 07:01

Crone jobs for removal

Post by mmm » 17 Nov 2018, 04:03

Hello,
My understanding about
admin/cache (remove old cache entries) and admin/log (remove old log entries)
is that they clear the contents of admin_cache or admin_log tables in database
but it is not happening.

Similarly order/cleanup/unfinished removes unfinished orders (unblock product stock and coupon codes) as per documentation, but it is also not happening.

Can you please help me to clear my understanding .

Regards,
Mubashir

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Crone jobs for removal

Post by aimeos » 19 Nov 2018, 13:01

- "admin/cache" removes only expired cache entries. Use "php artisan aimeos:cache" to clear the cache
- "admin/log" removes log entries older than 30 days (https://github.com/aimeos/ai-controller ... rd.php#L52)
- order/cleanup/unfinished removes unfinished orders that are older than 24h (https://github.com/aimeos/ai-controller ... rd.php#L52)
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply