Any good cafes to work in coochbehar?

I am a software developer, today is sunday and i wanna work on my personal projects in a good place , a cafe or other places with good vibes are suited. Where they wont complain for sitting for 3-4 hours if we order food and stuff.

reddit.com
u/srxCold — 12 days ago

This sub and many more have been hijacked by BJP IT cell.

Now is the time to voice your opinions , acknowledge the protest acknowledge the cause, everybody should talk about this and stand with it and show it to the world.

reddit.com
u/srxCold — 1 month ago

I want Tradional(shervaani type ) and western(suit/tuxedo) for rent , does anyone know a place?

I have an upcoming show for which i need some outfits, can someone tell me a place where they could rent outfits for one day?

reddit.com
u/srxCold — 1 month ago

Switched after 4 years.

iphone 13 was my first new phone ever , and it lived through my btech years man i was kinda attached with that phone. But it had to go

u/srxCold — 1 month ago

Took some cool macro shots of my watch

It looks so beautiful, the fact that i was gifted to me by someone special makes it more beautiful to me😭

u/srxCold — 1 month ago

I am getting my iphone 17 pro this week , its Crimson Orange, help me decide a color between these two.

same as title, really confused!!

Edit - its leatherite

u/srxCold — 1 month ago

(21M)Rate me with and without beard. Should i keep it or shave it?

I have got so many mixed opinions for it, should i keep it or shave it?

u/srxCold — 2 months ago

Beard or no beard? (21)

Really confused because first time i have grown it th is much and its not dense and even patchy , but then clean shaven i look too harmless , nerd 😭

Just looking for opinions

u/srxCold — 2 months ago

A Good Dog trainer in dehradun

Tldr: tell me a good dog trainer in dehradun

Our dog ( a german shpeherd) 6 years old now, we got him during covid so growing up he wasn’t socialized that much, just our close family members who visited regularly, other than that he is very aggresive towards others and very(extremely ) possesive of mom and dad

Since the last few months he has become aggresive towards my little cousin out of the blue , they played for like 5 years together but now he has suddenly become aggresive towards him

We are looking for a dog trainer who is an expert on dog behaviour and stuff who could help us out here and help us socialise him
I know its very late for this and should have done this early but still , if you any good dog trainer please help me out

reddit.com
u/srxCold — 2 months ago

Looking for social media intern

We need a social media intern who can handle our startup’s social accounts.
If you have experience managing insta and Facebook accounts, please let me know if you know someone

reddit.com
u/srxCold — 3 months ago

What opinion about dehradun will you defend like this

Same as title

u/srxCold — 3 months ago

need Influencers in cooch behar for promotions.

Idk many influencers (insta accounts more than 25k followers or decent reach) here , we need few influencers for promotion of our startup

Please list few if you know some

reddit.com
u/srxCold — 3 months ago

This was my new year’s fit

This fit was a new year party in a hotel.

I love winters , cold outside but atleast you can dress better , missing winters now more than ever🫠🫠

u/srxCold — 3 months ago

I have a space for offices/corporate to rent, where should i post it?

As buying and selling of properties is not allowed here, where should i post about this and attract potential buyers? Its our old home renovated less than 1km from centrio mall and idk where to look for buyers, please help me out.

reddit.com
u/srxCold — 3 months ago
▲ 11 r/aws

Moving crons out of our backend to AWS Lambda to fix duplicate triggers on Spot Instances. Sanity check our architecture?

Hey everyone,

I’m working on the infrastructure for a startup backend (built with NestJS), and we’re trying to keep our compute costs as low as possible while maintaining high availability.

we decided to skip standard EC2 and instead deployed 3 concurrent Spot Instances behind a load balancer . The idea was that if AWS reclaims one instance (giving us that lovely 2-minute warning), the other two can easily absorb the traffic while a replacement spins up. It's been great for the wallet and uptime.

However, we immediately ran into a classic distributed systems issue: duplicate crons.

Because our scheduled tasks (processing queues, sending automated notifications, database cleanups) were running natively inside the application layer, running 3 active instances meant every single cron job fired 3 times simultaneously. Obviously, this started causing race conditions and duplicate database writes.

Our Workaround: Instead of trying to handle distributed locking inside the app (via Redis/Redlock or a DB lock table), we decided to decouple the scheduling layer entirely from our volatile web servers.

Here is what we built:

  1. Amazon EventBridge handles the cron rules/intervals globally.
  2. EventBridge pushes the event payload into an SQS queue (acting as a buffer/safetynet).
  3. AWS Lambda consumes from SQS and executes the actual background logic.

This completely freed up our web servers to just handle HTTP traffic, and it guarantees that our scheduled tasks fire exactly once, regardless of how many Spot instances are spinning up or shutting down.

My questions for the community:

  • Is this standard practice for handling crons when horizontally scaling on a budget, or did we overengineer a solution to a problem that could have been fixed simpler?
  • Are there any hidden gotchas or cost traps with the EventBridge -> SQS -> Lambda pipeline that we should watch out for as our task volume grows?
  • How do you personally handle background schedulers when running multi-instance web servers?
reddit.com
u/srxCold — 3 months ago

Guess my ethnicity, and if you do - is it too obvious?

Just curious- dont look at my profike that would be cheating :p

u/srxCold — 3 months ago