How do I bind to a pages project from my cron worker?
I don't have a strong mental model of how the whole pages/CF worker paradigm still work. I'm trying to call into functionality in my pages project from my cron worker, but I'm having trouble figuring out how. My guess is I need to make the pages function accessible through a service binding, but that's where things fall apart for me.
Can I get some help?
1 Reply
Unfortunately pages projects can't be the binding themselves - you can bind pages to other workers, but not to pages