Task Queue

GPTKB entity

Statements (69)
Predicate Object
gptkbp:instanceOf concept
gptkbp:feature gptkb:REST_API
gptkb:security
encryption
logging
access control
distributed architecture
scalability
fault tolerance
monitoring
metrics
at-least-once delivery
exactly-once delivery
persistence
multi-tenancy
horizontal scaling
integration with databases
at-most-once delivery
dead letter queue
task prioritization
vertical scaling
retry mechanism
visibility timeout
delayed execution
concurrent processing
FIFO order
integration with event-driven architecture
integration with microservices
message acknowledgment
https://www.w3.org/2000/01/rdf-schema#label Task Queue
gptkbp:implementedIn gptkb:Amazon_SQS
gptkb:Kafka
gptkb:deer
gptkb:dessert
gptkb:Google_Cloud_Tasks
gptkb:ActiveMQ
gptkb:RabbitMQ
gptkb:Azure_Queue_Storage
gptkb:Resque
gptkb:Sidekiq
gptkb:ZeroMQ
gptkb:SQS
gptkb:IronMQ
Celery
Gearman
RQ
Beanstalkd
Dramatiq
NSQ
Redis Queue
TaskTiger
gptkbp:purpose load balancing
improve reliability
improve scalability
decouple task production and consumption
manage execution of tasks
gptkbp:relatedTo job queue
asynchronous processing
message queue
producer-consumer problem
queue data structure
work queue
gptkbp:usedIn cloud computing
computer science
distributed systems
operating systems
software engineering
gptkbp:bfsParent gptkb:ThreadPool
gptkbp:bfsLayer 7