Skip to main content

benecaster_feed_sync_before

Action Free

Fires before a feed sync run starts for a show — before the source feed is fetched. No cache operations have occurred at this point; the feed cache is still in its pre-sync state. Use for pre-flight logging, rate-limit checks, or setting up external state. Do not attempt cache-warming here; any cache warmed at this point reflects data from before the sync.

Parameters

Name Type Default Description
$show_id int ID of the show
$feed_url string Source feed URL about to be fetched
$triggered_by string 'manual', 'on_login' or 'cron'

Need this built rather than just documented? See our services →