QuestionQ21
Working with Databases and EAVWhile reviewing the cron logs, an Adobe Commerce developer observes that this job runs daily:
main.INFO: Cron Job inventory_cleanup_reservations is successfully finished.
However, the database inventory_reservation table is not cleared.
Why do records remain in the inventory_reservation table?
- A Only reservations matching canceled orders are removed by the cron job.
- B Only reservations no longer needed are removed by the cron job.
- C The “Auto Cleanup” feature from Multi Source Inventory was disabled in configuration.
Community Discussion