Blog

01.07.2021. | Autor: Dmitrii Pisarenko

E-mail incident notification plugin: A custom made Camunda plugin protection against Murphy’s law

Did you know that…

  • In December 2018, more than 30 million users of a British mobile phone operator lost access to data services due to a software failure.
  • Another bank had similar problems in 2012 and 2015. In one case, it failed to process 60,0000 payments in time (again, some of those payments were wages and benefits). In the other case, a problem with a scheduling software affected 6.5 million customers of this bank.
  • In April 2019, 81 call centers of US emergency services became unavailable due to a software error. About 6000 people calling 911 were unable to connect in Washington and six other states.

Source: The biggest software failures in recent history

What do all the above cases have in common?
Several things.

First, all the companies were established businesses.
Second, they suffered losses due to technical malfunctions.

More importantly, could something like this happen to your company? Probably, yes.

Most of the above business had sound processes, yet they did not prevent those incidents. You cannot have a good process for every edge case. For this reason, I did not mention company names in the above list – it would be unfair to them because nobody is immune to the Murphy’s law. Including you. It’s not a question of whether, but a question of when.

If you use Camunda as part of your IT infrastructure we cannot guarantee that Camunda or the systems it orchestrates will never fail. This would be irresponsible. But we can help you to detect such errors as early as possible.

Say Hi! to the e-mail incident notification plugin, which you can use to get notified whenever a technical failure occurs in your Camunda system.

  • It buffers the error messages such that if you have 100000 incidents in a minute you won’t get 100000 e-mails.
  • There is documentation in English, German, Russian, Italian and Slovenian languages for now, but we are adding few more languages in the coming weeks. The documentation includes as well as step-by-step tutorials for installing this plugin in Spring Boot and Tomcat-based Camunda systems.

We developed and tested it according to the best of our capabilities. But don’t take our word for it: Camunda inspected this plugin and decided to incorporate it into their community plugins. This means the plugin got the blessing from the very makers of your favorite process engine: Camunda.

Now you can use it to make sure that when a disaster happens, you learn about it fast enough and thus have more time to respond.

Written by Dmitrii Pisarenko
Developer at J-IT IT-Dienstleistungs Gesmbh

Photo by Obi Onyeador on Unsplash

Weitere Blog

04.04.2022.

Maler oder Macher sein

Autor: Mirko Pawlak

Digitale Transformation ohne Grenzen. Ich bin Prozessmacher. Ich hocke tief drinnen im Maschinenraum und schau mir an, was das Unternehmen einzigartig macht. Ich tu das gern, denn jeder Prozess ist lebendig und einzigartig. Es gibt einen Anfang, dann passiert etwas und am Ende ist es vorbei. Wie geht man am besten mit seinen Prozessen um? […]

Blog lesen
02.12.2021.

How to deploy a Camunda Spring Boot application to a shared application server

Autor: Maximilian Kamenicky

Context Do you still remember our Blog: How to deploy a Camunda Spring Boot application to an external application server? In that blog, my colleague Gerardo Manzano Garcia explained the steps necessary to run a spring boot application on a dedicated application server i.e. an external Tomcat. In other words, run the spring boot application […]

Blog lesen
15.11.2021.

Ways to integrate Kafka with Databases

Autor: Denis Savenko

Kafka is a great instrument. It is widely used in event-driven architectures, and it does the job perfectly fine. However, this is not the only use-case for it. Kafka is also very well suitable for data replication and ingestion use-cases, as well as for building modern ETL or ELT pipelines. The most noteworthy reasons for […]

Blog lesen