Skip to content

Project shows how easy is to get issues when using Entity Framework Core in an Azure QueueTrigger Function. It´s used to ask the question in StackOverflow.

Notifications You must be signed in to change notification settings

luismanez/queuetrigger-efcore-multithreading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

queuetrigger-efcore-multithreading

Project shows how easy is to get issues when using Entity Framework Core in an Azure QueueTrigger Function, as the function can have multiple instances running in parallel, and DbContext is not Thread-safe. It´s used to ask for help in StackOverflow and find a good approach to solve the problem. I will update the project if I find a good solution...

Here is the question posted in StackOverflow https://stackoverflow.com/questions/52830562/issue-insert-update-ef-core-dbcontext-in-azure-queuetrigger-function-multi-thre

About

Project shows how easy is to get issues when using Entity Framework Core in an Azure QueueTrigger Function. It´s used to ask the question in StackOverflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages