python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Spring Boot and Mongo DB cold start issue
I have a Spring Boot application with Mongo DB, which is deployed on Azure.
Now if I do not call the API for a long time, maybe some hours and call it my first call always fails with the exception att...

user18341619
Votes: 0
Answers: 1
Python NMEA GNSS Cold Start command
On my hardware, I translate the usb port to com using the usb_transit_on internal command.
After that, I connect to the port using the program and when I enter this command "b5 62 06 04 04 00 ff ...
labradoor l
Votes: 0
Answers: 0
Google Cloud Function with minimum instances: cold start after every deployment?
To minimize cold starts, I've set a minimum instance for my Google Cloud Function. I actually do it with the firebase admin SDK like this:
functions.runWith({ minInstances: 1 })
...but I can see it c...

Johnny Oshika
Votes: 0
Answers: 2
AWS Lambda is not invoked first time in the day when it is called but later invocations work
I have two lambda functions in my AWS. One acts as a custom authorizer and the other acts as a notification service which calls the firebase FCM notification service.
When a request is made first time...

codeinprogress
Votes: 0
Answers: 0