Skip to content

Enhancement: Support commandTimeout parameter in Bulk Operations #466

@callumwyq

Description

@callumwyq

I encountered timeout exception in bulk operations (Insert, Update, Merge, Delete), even though I had specified bulkCopyTimeout parameter to few minutes/hours.

After go through the source code, I notice the bulk operations actually calling connection.Execute...() internally, which may cause timeout exception after default timeout 30 secs.

Suggest to add commandTimeout parameter in bulk operations.

Thanks in advance!

Metadata

Metadata

Assignees

Labels

deployedFeature or bug is deployed at the current releaseenhancementNew feature or requestfixedThe bug, issue, incident has been fixed.priorityTop priority feature or things to dotodoThings to be done in the future

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions