faktory_worker_haskell
faktory_worker_haskell copied to clipboard
Faktory Worker for Haskell
`BatchId` does not currently have some of the usual suspects for instances (Show, Eq, Ord ...) which makes it tough to integrate into other date types. It also exposes the...
Clients that wish to notify Bugsnag of Job failures need to catch-and-rethrow themselves: ```hs runWorker settings workerSettings $ \job -> handleAny handler $ do -- consumer logic where handler ex...
As far as I can tell, Faktory considers either its Ruby or Go client as "specifications by implementation" for how a Faktory client ought to behave. It would be nice...
`BATCH NEW` fails if you don't give it a `complete` or `success` callback. Can/should we change our interface to ensure that?
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | contribsys/faktory | service | patch | `1.9.1` -> `1.9.2` | --- > [!WARNING]...