Tag: Asynchronous
3 items found
Glossary Terms
Glossary
Asynchronous Programming
Asynchronous programming keeps applications responsive by running network, file, and other waiting work without blocking execution.
Glossary
Celery
Celery is a Python task queue for running email, report, integration, and other long-running work asynchronously outside web requests.
Glossary
Message Queue
A message queue buffers work between services so producers and consumers can run asynchronously and recover from traffic spikes.