#
redis-queue
Here are 61 public repositories matching this topic...
squallstar
commented
Oct 29, 2019
The first line of README.md mentions the interface can be set up as a middleware, however, the documentation doesn't mention how and what frameworks it supports (e.g. Express).
simple multi-processes management framework based on pcntl
-
Updated
Nov 22, 2017 - PHP
用springboot + springmvc + mybatis + maven搭建成框架,基于Jersey, Swagger,SwaggerUi的restful API
redis
spring-boot
gradle
rabbitmq
qrcode
restapi
swagger-ui
spring-integration
redis-queue
qrcode-generator
redis-pubsub
springboot-springmvc-mybatis
-
Updated
Nov 7, 2018 - JavaScript
A docker image for working with queues being monitored by supervisor as recommended by laravel.
-
Updated
Jul 18, 2019 - Dockerfile
A work queue for dot.net with SQL server, SQLite, Redis and PostGreSQL backends
-
Updated
Jun 24, 2020 - C#
An example setup with docker-compose, Redis, bull queue and ES6.
-
Updated
Jul 1, 2020 - JavaScript
Reliable and modern Redis Streams based task queue for Node.js 🤖
nodejs
javascript
redis
typescript
queue
job
job-scheduler
typescript-library
message-queue
typescript-definitions
node-js
job-queue
task-scheduler
task-queue
worker-queue
redis-queue
nodejs-library
redis-stream
redis-streams
orkid
-
Updated
Apr 16, 2020 - JavaScript
Simple JSON-based messaging queue for inter service communication
redis
json
redis-server
message-queue
redis-queue
message-delivery
json-message
inter-service-communication
-
Updated
Apr 30, 2020 - TypeScript
PQP Queue Processor - A high performance multi-process queue listener.
-
Updated
May 24, 2019 - PHP
RPC-like client-service implementation over messaging queue
redis
client
communication
service
rpc
message-queue
rpc-client
rpc-service
redis-queue
rpc-over-message-queue
-
Updated
Apr 30, 2020 - TypeScript
Command Line Interface for @imqueue
-
Updated
May 1, 2020 - TypeScript
A queue system for Lavalink, backed by Redis.
-
Updated
Mar 25, 2020 - TypeScript
Send confirmation emails to newly registered users with Flask, Redis Queue, and Amazon SES
-
Updated
Jun 16, 2020 - Python
Simple Redis work queue with added features (priorities, pop multiple items at once)
-
Updated
Feb 26, 2020 - Python
Persistent Redis as a private Docker service on Render
-
Updated
May 23, 2020 - Dockerfile
High speed message passing between various queues and services
-
Updated
Aug 2, 2017 - Go
This project ties together Flask, Redis, RQ (Redis Queue), Docker in a simple demo application.
-
Updated
Jun 21, 2019 - HTML
The redis message queue transport for Oro Platform
-
Updated
Aug 5, 2017 - PHP
General Queueing library that supports various backend storage systems
-
Updated
Nov 30, 2017 - PHP
A reliable, scalable and flexible Redis message queue for Rust.
-
Updated
Oct 13, 2019 - Rust
A fast, reliable redis-based email queue for Node.js written in Typescript
-
Updated
Jul 2, 2020 - JavaScript
Qless Queue driver for Laravel
-
Updated
Apr 15, 2020 - PHP
WordPress vulnerability scanner
-
Updated
Feb 9, 2018 - HTML
PyTorch Automation through RESTful APIs with SocketIO and Redis Queues
-
Updated
Jul 9, 2018 - Python
Basic Flask Celery application which runs serialized backrground tasks with help of Redis server as Backend.
-
Updated
Mar 24, 2017 - Python
Improve this page
Add a description, image, and links to the redis-queue topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the redis-queue topic, visit your repo's landing page and select "manage topics."


HI,
I recently started using bee-queue and encountered a problem, while i was running my solution over night. I had around 40 workers spawned and logging enabled. During night we had some redis connection problems which resulted in following exception on some of the workers. As result few workers died and stopped processing. This resulted in 1200 of orphaned jobs in "active " state.