← Graph

Delay mutations to background jobs

takeaway 1 connections

For GraphQL mutations with heavy side-effects — calls to external services, bulk operations like 'select all + tag' or 'send everything to trash' — delay non-critical computation to background jobs and perform bulk DB updates. Gives faster feedback to users without blocking the request.

type
recommendation
takeaway Delay mutations to background jobs
from_talk
Mutation-side recommendation near the end.

Provenance

Read by
3 extractions