Background Process
Noun · Development
Definitions
A process that runs independently of a foreground request or interactive session, often handling scheduled, long-running, or deferred work. Background processes are common for workers, daemons, file processors, and system agents that should continue running without direct user attention.
In plain English: A process that runs in the background instead of directly in front of a user or request.
Example: "The image transcoding background process was moved to a separate node pool so spikes in uploads would not compete with API traffic."