v0.1.0 — Initial Ruby SDK Release
ojs (Ruby) v0.1.0
The official Ruby SDK for Open Job Spec.
Features
- Zero runtime dependencies — Uses only
net/httpandjsonfrom the Ruby standard library - Client — Enqueue jobs with keyword args, batch operations, workflow management
- Worker — Process jobs with configurable concurrency and graceful shutdown
- Workflows — Chain (sequential), Group (parallel), Batch (parallel with callbacks)
- Middleware — Composable middleware chain for cross-cutting concerns
Installation
gem "ojs"Requirements
- Ruby 3.2+