DEV Community

Discussion on: Pub/Sub model vs Task Queues

 
aslasn profile image
Ande

ah. reducing chances of application and it's processor's crashes leaves us only to unexpected server crashes or caused by some other process. cool. lazy me: unit tests 0.0

Still trying to figure out how to handle those out of control crashes. Might be a good idea to check for half-done logs after a server boot and take actions?

Thread Thread
 
alexanderjanke profile image
Alex Janke

Can you explain a little bit more about those "out of control" crashes.. What causes your apps to crash this randomly?

Thread Thread
 
aslasn profile image
Ande • Edited

No, It isn't about mine but about recovering when they happen. Like I can now work on my issues, identify and eliminate them.

But some things always slips away and there's the unexpected. Maybe even we couldn't scale in time and a overwhelming traffic crashed the hell our of my app and server, it can and does happen as far as i know.

And when something bad does happen, we have to recover from it, right? That's all I'm trying to learn, designing and implementing architectures that might not be fail-safe but can recover with the least possible damage/data loss.

getting off topic 0.0