Scheduled jobs with large payloads
An alterative is I write to storage and not to the database. Then enqueue an action to retrieve from storage and write the subset of the data to the database.
Is this all sounding like the correct way to handle things? Is writing to storage fast, dependent on the document size? It's important my API endpoint respond quickly to the caller.
