Reference architecture for a pages app with background tasks
I'm looking for a reference architecture for an API / website that also has background tasks, such as queues, cron jobs, etc. Is there a recommended way to build such an app?
I understand that I can use a separate worker and share the same queue (but presumably not in the same codebase?), or I can drop down to "Advanced Mode" with
_worker.js
, but what's the recommended architecture?0 Replies