Enqueue using just PgTransaction
#101
Answered
by
maxcountryman
jakob-lilliemarck
asked this question in
Q&A
-
|
Hey 👋 good morning 🌻 I am looking for a way to enqueue a task using a |
Beta Was this translation helpful? Give feedback.
Answered by
maxcountryman
Sep 29, 2025
Replies: 1 comment 7 replies
-
|
This is what enqueue_using is for. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because it’s a strongly typed model, you can’t have multiple types in that way.
Instead what you can do is use an enum for input and follow something like the “multitask” example.