checkUnfulfilledBookings(); } catch (Exception $e) { // This script is invoked directly in the "node cron" container, so any // failure here would otherwise abort the whole script with no breadcrumb. error_log('[cron-check-unfulfilled-bookings] checkUnfulfilledBookings failed: ' . $e->getMessage()); throw $e; }