1
0
Fork 0
platypush/platypush/backend/http/app
Fabio Manganiello 84e06e30fe
[core] New architecture for the Redis bus.
- Use pubsub pattern rather than `rpush`/`blpop` - it saves memory, it's
  faster, and it decreases the risk of deadlocks.

- Use a connection pool.

- Propagate `PLATYPUSH_REDIS_QUEUE` environment variable so any
  subprocesses can access it.
2024-07-15 04:09:53 +02:00
..
mixins FIX: Redis pub/sub error can also raise a ValueError on close. 2024-02-03 22:06:36 +01:00
routes Migrated /file route. 2024-06-25 23:00:51 +02:00
streaming Migrated /file route. 2024-06-25 23:00:51 +02:00
utils [core] New architecture for the Redis bus. 2024-07-15 04:09:53 +02:00
ws [Shell plugin] Added support for async output over websockets. 2023-10-18 03:00:51 +02:00
__init__.py Support for specifying the application Redis queue from the command line or service constructor 2021-03-06 19:22:13 +01:00