Skip to content

Transaction control #2741

Answered by wolfgangwalther
fusionbeam asked this question in Q&A
Discussion options

You must be logged in to vote

You could also think about implementing this as some kind of tasks queue to which you add with your request. A pg_cron background worker would then actually work on the queue and do the processing - maybe even in batches. pg_cron also allows you to run procedures and you could update the status in the tasks queue table.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by wolfgangwalther
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants