Insert batches that do not fail on task key duplication #708
mkrupitckii-rarible
started this conversation in
General
Replies: 0 comments
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!
I need to schedule tasks in batches but the insertion fails because of duplicate key value violates unique constraint "scheduled_tasks_pkey" - it's a collision with previously scheduled tasks.
Is there any way to schedule tasks in batches but ignore insertion of duplicates?
Beta Was this translation helpful? Give feedback.
All reactions