Click here to Skip to main content
15,890,527 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Mars in 8k Pin
den2k8814-Jan-21 22:10
professionalden2k8814-Jan-21 22:10 
GeneralRe: Mars in 8k Pin
yacCarsten14-Jan-21 19:54
yacCarsten14-Jan-21 19:54 
GeneralRe: Mars in 8k Pin
Sander Rossel14-Jan-21 21:51
professionalSander Rossel14-Jan-21 21:51 
GeneralRe: Mars in 8k Pin
dandy7215-Jan-21 2:53
dandy7215-Jan-21 2:53 
GeneralAnyone use Dynamics CRM? Pin
Christian Graus14-Jan-21 9:58
protectorChristian Graus14-Jan-21 9:58 
GeneralRe: Anyone use Dynamics CRM? Pin
Super Lloyd14-Jan-21 11:37
Super Lloyd14-Jan-21 11:37 
GeneralRe: Anyone use Dynamics CRM? Pin
Christian Graus14-Jan-21 11:44
protectorChristian Graus14-Jan-21 11:44 
GeneralMicrosoft Azure Function hell Pin
Christian Graus14-Jan-21 9:51
protectorChristian Graus14-Jan-21 9:51 
Why is this all so terrible?

I have an application that does integration between two systems. I am writing the back end. The architecture is as follows:

HTTP Azure function - validates message and pushes to a queue
Queue function - pulls item and puts it in the destination system

This works. But if we do a bulk load, Azure functions die when the traffic gets too high (if you do it in a hard loop, about 250 calls). The Azure app goes offline for 15 minutes. There's documentation that you can turn this 'feature' off, but it does not work

The initial version of Azure functions was in 'C# Script', written in the browser. This does not seem to have this limitation. But I am using session keys in queues, which guarentee order of delivery. The dll I need to use that in the DI that happens in script, is not available by default. I did a ton of work to figure out how to import it and it worked. Got up next morning, they had done an update and that code did not work any more.

On top of all that I can't use Entity Framework in Functions because you can't use .NET 5 and whatever version I use, it tries to load a .NET 5 dll and fails.
GeneralRe: Microsoft Azure Function hell Pin
Sander Rossel14-Jan-21 10:01
professionalSander Rossel14-Jan-21 10:01 
GeneralRe: Microsoft Azure Function hell Pin
Christian Graus14-Jan-21 10:03
protectorChristian Graus14-Jan-21 10:03 
GeneralGoogle vs Bing Pin
michaelbarb14-Jan-21 9:19
michaelbarb14-Jan-21 9:19 
GeneralRe: Google vs Bing Pin
OriginalGriff14-Jan-21 9:23
mveOriginalGriff14-Jan-21 9:23 
GeneralRe: Google vs Bing Pin
Christian Graus14-Jan-21 9:49
protectorChristian Graus14-Jan-21 9:49 
GeneralRe: Google vs Bing Pin
Sander Rossel14-Jan-21 9:52
professionalSander Rossel14-Jan-21 9:52 
GeneralRe: Google vs Bing Pin
W Balboos, GHB14-Jan-21 9:53
W Balboos, GHB14-Jan-21 9:53 
GeneralRe: Google vs Bing Pin
kholsinger15-Jan-21 5:05
kholsinger15-Jan-21 5:05 
GeneralRe: Google vs Bing Pin
den2k8814-Jan-21 10:39
professionalden2k8814-Jan-21 10:39 
GeneralRe: Google vs Bing Pin
PIEBALDconsult14-Jan-21 11:38
mvePIEBALDconsult14-Jan-21 11:38 
GeneralRe: Google vs Bing Pin
F-ES Sitecore14-Jan-21 12:15
professionalF-ES Sitecore14-Jan-21 12:15 
GeneralRe: Google vs Bing Pin
Amarnath S14-Jan-21 13:32
professionalAmarnath S14-Jan-21 13:32 
GeneralRe: Google vs Bing Pin
OriginalGriff15-Jan-21 0:12
mveOriginalGriff15-Jan-21 0:12 
GeneralRe: Google vs Bing Pin
Choroid15-Jan-21 5:27
Choroid15-Jan-21 5:27 
GeneralRe: Google vs Bing Pin
OriginalGriff15-Jan-21 5:42
mveOriginalGriff15-Jan-21 5:42 
GeneralRe: Google vs Bing Pin
OriginalGriff15-Jan-21 5:47
mveOriginalGriff15-Jan-21 5:47 
JokeRe: Google vs Bing Pin
Member 1409260515-Jan-21 1:31
Member 1409260515-Jan-21 1:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.