Click here to Skip to main content
15,885,116 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: Oh the wonders of silicon! Pin
honey the codewitch16-May-22 17:31
mvahoney the codewitch16-May-22 17:31 
GeneralRe: Oh the wonders of silicon! Pin
CodeWraith16-May-22 20:01
CodeWraith16-May-22 20:01 
GeneralI have two identical phones and it's doing my head in Pin
Paul Sanders (the other one)16-May-22 11:27
Paul Sanders (the other one)16-May-22 11:27 
GeneralRe: I have two identical phones and it's doing my head in Pin
Super Lloyd16-May-22 11:42
Super Lloyd16-May-22 11:42 
GeneralRe: I have two identical phones and it's doing my head in Pin
Paul Sanders (the other one)16-May-22 12:15
Paul Sanders (the other one)16-May-22 12:15 
GeneralRe: I have two identical phones and it's doing my head in Pin
Super Lloyd16-May-22 13:30
Super Lloyd16-May-22 13:30 
GeneralRe: I have two identical phones and it's doing my head in Pin
Paul Sanders (the other one)16-May-22 13:38
Paul Sanders (the other one)16-May-22 13:38 
RantYeah, it's the CPU... Pin
Sander Rossel16-May-22 9:54
professionalSander Rossel16-May-22 9:54 
So I have this problem with an Azure Function.
It's triggered by a Service Bus queue.

The normal flow would be:
1. Message gets posted on the queue.
2. Function picks up the message and start processing.
3a. If message is released before Function exits, Function auto-renews lock.
3b. Repeat a until Function exits.
4. Function exits and marks the message as completed.
5. Message is removed from the queue.

What happens:
1. Message gets posted on the queue.
2. Function picks up the message and start processing.
3. Function does not auto-renew lock and message gets processed again.
4. Function exits, but does not remove message from queue.
5. Message is ultimately moved to dead-letter queue.

Apparently, the problem is that when a Function's CPU's usage goes above 90%, it starts acting weird (which is mentioned nowhere) Unsure | :~
The CPU, over which I have zero control, is the problem.
It doesn't throw an error, it just runs correctly and acts weird in the background.
Now Microsoft wants me to update to a plan that's $150 a month (from a few bucks now) for a process that runs less than five minutes a day Dead | X|
Just limit CPU usage and double the time my Function runs Dead | X|

GeneralRe: Yeah, it's the CPU... Pin
honey the codewitch16-May-22 12:27
mvahoney the codewitch16-May-22 12:27 
GeneralRe: Yeah, it's the CPU... Pin
Sander Rossel16-May-22 21:20
professionalSander Rossel16-May-22 21:20 
GeneralRe: Yeah, it's the CPU... Pin
honey the codewitch16-May-22 23:46
mvahoney the codewitch16-May-22 23:46 
GeneralRe: Yeah, it's the CPU... Pin
Sander Rossel17-May-22 0:22
professionalSander Rossel17-May-22 0:22 
GeneralRe: Yeah, it's the CPU... Pin
honey the codewitch17-May-22 0:39
mvahoney the codewitch17-May-22 0:39 
GeneralRe: Yeah, it's the CPU... Pin
charlieg17-May-22 1:24
charlieg17-May-22 1:24 
GeneralRe: Yeah, it's the CPU... Pin
charlieg17-May-22 0:32
charlieg17-May-22 0:32 
GeneralRe: Yeah, it's the CPU... Pin
Sander Rossel17-May-22 21:13
professionalSander Rossel17-May-22 21:13 
GeneralRe: Yeah, it's the CPU... Pin
charlieg18-May-22 0:06
charlieg18-May-22 0:06 
GeneralGoogle API's Pin
Kevin Marois16-May-22 7:42
professionalKevin Marois16-May-22 7:42 
GeneralRe: Google API's Pin
Southmountain16-May-22 7:47
Southmountain16-May-22 7:47 
GeneralRe: Google API's Pin
PIEBALDconsult16-May-22 7:55
mvePIEBALDconsult16-May-22 7:55 
GeneralRe: Google API's Pin
Kevin Marois16-May-22 7:55
professionalKevin Marois16-May-22 7:55 
GeneralRe: Google API's Pin
abmv16-May-22 17:18
professionalabmv16-May-22 17:18 
GeneralRe: Google API's Pin
Randor 16-May-22 17:39
professional Randor 16-May-22 17:39 
GeneralRe: Google API's Pin
Slacker00716-May-22 7:58
professionalSlacker00716-May-22 7:58 
GeneralRe: Google API's Pin
Kevin Marois16-May-22 8:02
professionalKevin Marois16-May-22 8:02 

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.