taskiq-redis icon indicating copy to clipboard operation
taskiq-redis copied to clipboard

Broker and result backend for taskiq

Results 29 taskiq-redis issues
Sort by recently updated
recently updated
newest added

Any plans to implement aioredis support?

Closes https://github.com/taskiq-python/taskiq-redis/issues/56

Would be great to have custom serializers in set/get results, or at least JSON, like it is implemented in the main project TaskIQ.

Is this MIT licensed?

Adding the Redis Cluster broker and result-backend out of the box would be nice advantage, relative to alternative task queues. But wouldn't it be redundant? If this idea seems relevant...

Hello, im using the same code as the example here on your docs, and i get an error. Error: ``` taskiq_result: TaskiqResult[_ReturnType] = pickle.loads(result_value) ^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: a bytes-like object is...

Uses as standard suffix on the redis key (hardcoded as "__progress") to store progress results.

The issue is that if the connection is disrupted (due to a Redis restart or temporary connectivity issues), the Taskiq worker crashes, interrupting all ongoing handlers. For example, any long-running...