Operations | Monitoring | ITSM | DevOps | Cloud

Creating Subscription Forms - xMatters Support

In xMatters, you can use subscriptions to ensure that you are always informed about certain events. These subscriptions will send you notifications whenever an event occurs that matches your pre-determined criteria, even if you are not directly targeted to receive a notification for that event. Follow us on social!

How we optimized Python API server code 100x

Python code optimization may seem easy or hard depending on the performance target. If the target is “best effort”, carefully choosing the algorithm and applying well-known common practices is usually enough. If the target is dictated by the UX, you have to go down a few abstraction layers and hack the system sometimes. Or rewrite the underlying libraries. Or change the language, really. This post is about our experience in Python code optimizations when whatever you do is not fast enough.