Skip to content

Commit

Permalink
support throttling in insert()
Browse files Browse the repository at this point in the history
  • Loading branch information
timgit committed Aug 6, 2021
1 parent 3bf4a41 commit 7c87586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plans.js
Expand Up @@ -572,6 +572,7 @@ function insertJobs (schema) {
"keepUntil" timestamp with time zone,
"onComplete" boolean
)
ON CONFLICT DO NOTHING
`
}

Expand Down

0 comments on commit 7c87586

Please sign in to comment.