Commit graph

6 commits

Author SHA1 Message Date
Adriano Caloiaro
86955cb40c examples: Cleanup 2023-09-24 13:29:33 -06:00
Adriano Caloiaro
23098bcdc5 break: Move queue name into Handler
This goal of this change is to simplify the API. Handlers and queues
have a 1:1 mapping, so functions that receive both a `queue` and a
`handler` take two parameters when they could take only one.
2023-09-17 00:15:19 +02:00
Adriano Caloiaro
20f5b139b5 break: Rename types.Backend -> neoq.Neoq 2023-09-07 12:36:02 +02:00
219ea84d76
Move config.WithConnectionString -> postgres.WithConnectionString (#43) 2023-04-01 18:03:55 -07:00
81845a2303
Move handlers.FromJobContext() -> jobs.FromContext() (#41) 2023-04-01 17:54:05 -07:00
07a336a397
Make handler context vars backend agnostic (#37) 2023-03-17 08:53:16 -07:00