this post was submitted on 04 Jul 2023
275 points (98.2% liked)

Programmer Humor

32155 readers
85 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] angrymouse@lemmy.world 5 points 1 year ago (2 children)

Just retry is usually a bad ideia, specially that this problem is probably an overload, just adding retries can makes the problem.even worse with the app ddosing the server

[–] lemann@lemmy.one 1 points 1 year ago

just adding retries can makes the problem.even worse with the app ddosing the server

Twitter has some experience with that