Workers Glossary
Browse 2 workers terms defined in plain English, from the cultural dictionary of computing.
2 Workers Terms
- Background Service
- A long-running service that performs work behind the scenes without direct user interaction, such as consuming queues, syncing data, or watching for events....
- Job Queue
- A system that stores units of work to be processed asynchronously by worker processes instead of during the user-facing request. Job queues are used for tasks...
Related Topics
- Background Work (1 terms in common)
- Services (1 terms in common)
- Background Jobs (1 terms in common)
- Async Processing (1 terms in common)