Replies: 1 comment 2 replies
-
I am unsure what you are asking. Regarding postgres and triggers, consider looking at Select apalis.push_job('apalis::Email', json_build_object('subject', 'Test apalis', 'to', '[email protected]', 'text', 'Lorem Ipsum')); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey I have an existing Database which I want to add a job que for things and use triggers and other PostgreSQL features to create jobs based of the data in the database.
Side note: If I was using something like Diesel I'm pretty sure it'd work fine. But because I'm also using sqlx, I can't also use Apalis following the examples given. Any tips?
Beta Was this translation helpful? Give feedback.
All reactions