Nice to have features #83
beratdogan
started this conversation in
Ideas
Replies: 3 comments 4 replies
|
Thanks submitting, have you checked out the dashboard command @beratdogan ? |
0 replies
|
Yes I did. Basically I expect it to export as Promehus metrics. |
3 replies
|
@beratdogan Could you elaborate a bit on Multiple asyncio workers in consumers? As of now, you can start as many works are you like (i think the upper limit is the number of connections your db can accept). |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Thanks for sharing this project. Good job!
I was designing a project for inboxing purposes with similar approach. I think I'll not be able to start working in near future. I wanted to share my notes and maybe considered in PgQueuer.
-- Handler routing for different types of events
-- Idempotency keys should be considered
Last thing, I wanted to name it as
a[io]q (I-OK). You may want to use it. :)All reactions