faktory_worker_haskell icon indicating copy to clipboard operation
faktory_worker_haskell copied to clipboard

Faktory Worker for Haskell

Results 5 faktory_worker_haskell issues
Sort by recently updated
recently updated
newest added

`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...

help wanted
good first issue

`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]...

renovate