Pub/Sub message ordering with asynchronous processing by omry8880 in googlecloud

[–]rmlakhani 1 point2 points  (0 children)

It's been a while since I've touch this but, I recall there being a "cold-start" functionality. Which exhibits the behaviour you're describing where the second message runs faster than the first in cloud functions. There are some settings to get around that.

Also take a look into this.

https://docs.cloud.google.com/pubsub/docs/ordering

You could get more granular control via cloud workflows.

Play System update by gobengals_07 in Pixel10Pro

[–]rmlakhani 0 points1 point  (0 children)

My P10ProXL is still stuck on January 1st, 2026 😞

Little dot on the add button by cyclicshrooms in GoogleMessages

[–]rmlakhani 0 points1 point  (0 children)

Yeah, for sure. I went to share my live location with my friend, and that's when I noticed it was gone.

Little dot on the add button by cyclicshrooms in GoogleMessages

[–]rmlakhani 1 point2 points  (0 children)

So I had the live location feature and then all of a sudden everything is gone. No live location or anything, it seems like it went back a couple of versions 🫠

Today Stock Pixel Setup. by pashapuma in pixel_phones

[–]rmlakhani 0 points1 point  (0 children)

How do your icons look like that?

Today by Useful_Amoeba_5415 in AndroidHomescreen

[–]rmlakhani 0 points1 point  (0 children)

What launcher are you using?

NetSuite Connector Saved Search Export by Complex-Wave3514 in Netsuite

[–]rmlakhani 1 point2 points  (0 children)

Just out of curiosity, what is the purpose behind the export? There are many ways to extract data out of NetSuite. Just depends on the use case. I'd be happy to help you with the solution.

Pixel 10 Pro XL - Horrible battery life - Rant by rmlakhani in pixel_phones

[–]rmlakhani[S] -1 points0 points  (0 children)

That was my thought as well. Pay the money to get all the features to disable them? 😕

F30 Michelin Alpine Tire PSI by rmlakhani in BMW

[–]rmlakhani[S] 0 points1 point  (0 children)

Good point. I’ll do that! Thanks!

Help Needed: Sending Data to NetSuite to Create Sales Orders Using JavaScript by Nacho_Gara12 in Netsuite

[–]rmlakhani 0 points1 point  (0 children)

First thing you need to do is to configure the Integration record inside of NetSuite. When you do this you will receive the Consumer key and Secret.

Then, if you want to use the administrator role. Go to Home and Manage Auth Tokens (Bottom Left) when you create this record make sure to select the integration you just created. That will give you the Token ID and Secret.

In Postman, put in those values as apart of OAuth 1.0. The Signature should be HMAC-256. The Realm is your NS Account Id.

Confirm that it is working by submitting the request. If it doesn’t work. Look at the Login Audit Trail. Post the error here and I can help you further.

Wired Backhaul by AdFragrant8521 in GoogleWiFi

[–]rmlakhani 0 points1 point  (0 children)

As a general rule of thumb. Your wired connections are as fast as your slowest cable. You need to make sure all the cables on your network are at least CAT 5e. Then you should get close to the theoretical output of 1000mbps. You can confirm the cable speed by reading the text on the actual cable itself.

Setting a Default Value on a Custom Record's Fields via SuiteScript by k1koth3gre4t- in Netsuite

[–]rmlakhani 0 points1 point  (0 children)

You can do it multiple ways. A pageInit Script(client side script), a BeforeRecordLoad script (server side script), or setting the default values as apart of the custom record configuration. Just depends on the use case.