Replies: 3 comments 4 replies
-
Yes, there was previously a PR (#200) that was almost merged to do this. It's incompatible to merge at this point, but the comment history offers good context for what a new PR would look like. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@timgit thanks for the answer. I am trying to open a PR but I don't have the required permissions |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
firstly thanks for the great work that you've done!
We're currently evaluating
pg-boss
as a queueing system in our product and I'd like to ask if you are thinking of adding transaction functionality as an option for all of your methods.We'd like to call methods like
sendJob
inside a transaction & if the transaction fails the job should be skipped. We're currently directly insert into the DB the payload for the job, but this is not maintainable in production and we have to re-implement all the methods implemented by you already.Thanks a lot,
Kyriakos
Beta Was this translation helpful? Give feedback.
All reactions