@hackage haskell-bee0.1.0.0
A lightweight library for asynchronous job workers with multiple broker backends
Categories
License
AGPL-3.0-or-later
Maintainer
gargantext@iscpif.fr
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.1.0.0 Mon, 16 Jun 2025
Installation
Dependencies (6)
- aeson >=2.1 && <2.3
- base >=4.17.2.0 && <5
- safe-exceptions >=0.1.7 && <0.2
- stm >=2.5.3 && <3
- text >=1.2 && <2.2
- unbounded-delays >=0.1.1 && <0.2 Show all…
Dependents (4)
@hackage/haskell-bee-redis, @hackage/haskell-bee-stm, @hackage/haskell-bee-tests, @hackage/haskell-bee-pgmq
Haskell-bee
A lightweight, type-safe library for implementing asynchronous job workers in Haskell.
Key features:
- Multiple broker backends (PostgreSQL/PGMQ, Redis, STM)
- Configurable timeout and retry strategies
- Exception-safe job processing
- Support for delayed/periodic tasks
This package contains the core broker and worker implementation of the haskell-bee project (simple rewrite of Celery in Haskell).
Documentation
For complete documentation, examples, and setup instructions, see the main project README.
Getting Started
The quickest way to get started is to check out the demo application which shows practical examples of job processing.