Sandhata Triumphs Globally at DevOps Awards 2023: A Resounding Victory Among Industry Leaders

Sandhata Technologies and Vodafone have recently clinched a Triple Crown victory at the prestigious DevOps Awards 2023, marking a significant achievement that validates our unwavering commitment to excellence in the DevOps domain.

DevOps Awards 2023

The DevOps Awards 2023 event, a distinguished gathering in the technology industry, took place at London on 25 October.

This prestigious event served as a platform to recognize and celebrate exemplary achievements in the realm of DevOps, bringing together leading organizations and professionals dedicated to advancing innovation, collaboration, and excellence in the field.

In the fiercely competitive global landscape, Sandhata Technologies emerged as the unrivalled victor at the DevOps Awards 2023, surpassing formidable contenders on a global scale. Amidst stiff competition from industry leaders, our triumphant win of three prestigious awards underscores the magnitude of our achievements. 

Navigating through a field of distinguished competitors, the recognition as the “Best DevOps Team of the Year,” “Best Use of DevOps Technology,” and “Best Cultural Transformation” solidifies Sandhata’s position as a trailblazer in the DevOps domain. This victory isn’t just an accolade; it signifies our ability to stand out and excel amidst the best in the industry. 

The global nature of this competition, with participation from prominent leaders, magnifies the significance of our triumph. Winning three awards amidst such formidable contenders is a testament to our unwavering commitment to excellence, innovation, and transformative cultural practices. 

Team Sandhata DevOps Winner

This achievement not only positions Sandhata Technologies as a global force in DevOps but also highlights our dedication to setting new benchmarks and leading the way in the ever-evolving landscape of technology and innovation. 

Categories Won

The recent DevOps Awards 2023 witnessed Sandhata Technologies and Vodafone securing three prominent accolades: 

Best DevOps Team of the Year: Sandhata Technologies emerged as the Best DevOps Team of the Year, underscoring our dedication to innovative practices and collaborative work. 

Best Use of DevOps Technology: Our strategic implementation of technology positioned us as leaders in the effective utilization of DevOps tools and methodologies. 

Best Cultural Transformation: Recognizing the transformation in our workplace culture, fostering an environment conducive to groundbreaking ideas and innovation. 

Following the conclusion of the DevOps Awards 2023 event, Sandhata Technologies and Vodafone achieved a triple win, representing a significant milestone. Our forward-looking commitment is focused on raising industry benchmarks and driving advancements in the continually evolving DevOps landscape. 

For organizations interested in leveraging our expertise or exploring collaborative opportunities, we invite you to connect with us. 

Generic Message Buffering

Generic Message Buffering | Camunda 7

Imagine multiple messages waiting in a message catch event.  

When a single throw event is triggered, the data is processed without any issues. However, if multiple message events are thrown simultaneously, only the first one is successfully processed, while the others fail.  

This is because the message catch event is busy handling the first message event. 

We recently spotted this issue with Camunda 7’s message catch event. 

Unlocking The Solution To This Challenge 

Our team of experts fabricated a groundbreaking “Generic Message Buffering” logic, with which we’ve revolutionised the way messages are processed asynchronously, effectively resolving any scenario you may encounter.   

Fig. 1.1 unveils the powerful list of message catch events eagerly awaiting the trigger. 

 

Fig1.1

 In Figure 2.1, we present the logic for Generic Message Buffering. By sending a POST request, we can activate the BPM process described below. Additionally, we have the ability to specify the retry count and retry delay as request parameters. Once the request is triggered, we conduct a basic validation to ensure all necessary information, such as message name, payload, process instance id, and business key, is present.  

If all the required data is available, we proceed to send the message to its destination within the “Message Send Task” depicted in Figure 2.1.  

If the message is successfully picked up and processed by the message catch event, we encounter no issues.  

Fig2.1

In a situation where the message catch event is already occupied processing another message, throwing our own message will result in failure. This is a common occurrence in real-time scenarios, and it is up to the developers to determine how the flow should be handled in such cases. 

In our specific case, the failed message will be caught by the boundary event. The error message will then be examined in detail within the “Read Error Message” process (Fig 2.1). 

In the event of an error, we can:  

  • Distinguish between errors that require retry logic.  
  • Determine if it is a business error or a technical error.  
  • Necessitate the involvement of technical experts, if it happens to be a business error 

When encountering a retriable error, we make an attempt to retry the operation. The number of retries and the delay between retries is determined by the input request. 

Potential Scenarios In Re-try

In the context of re-try logic, there are two potential scenarios to consider: 

  • In one of the re-try attempts, the message can be successfully delivered to the end system. 

Fig 3.1

  • Alternatively, if the maximum number of re-try attempts is reached without success, the message will be marked as an error. 

 If the maximum re-try attempts have been exceeded and the message still hasn’t been delivered successfully, it will require manual re-processing (see Fig 3.2). 

Fig 3.2

 

 

  Key Advantages  

  • Streamlined Error Handling: By effectively managing busy message catch events, we can significantly mitigate potential errors during data processing. 
  • Efficient Data Re-processing: Our approach allows for a substantial reduction in the amount of data that needs to undergo re-processing. 
  • Versatile Solution: Utilizing the same bpmn models, we can easily adapt and apply them to various similar use cases simply by modifying the message name. 

 Optimizing Efficiency 

 In order to optimize efficiency, it is vital that both the target BPM and the message buffering BPM are connected to a centralized database. This will allow for seamless integration and streamlined performance. Maintaining a unified database instance is key to achieving optimal results. 

 

What a difference a dashboard makes

Here at Sandhata the drive to experiment, learn, innovate, and solve problems cuts through everything we do. This is what we spend a large percentage of our time doing as consultants at Sandhata. It is an integral part of the Sandhata culture.

 

Our DevOps Innovation Platform is just one of the ways we do this. It gives our consultants opportunities to experiment and innovate with the latest technologies, keeping them at the top of their game, and helps to maintain Sandhata’s place at the forefront of the industry.

Read More
Test Automation

My test automation journey

When I first started my career at Sandhata, I was introduced to middleware test automation using a tool called IBM RIT (Rational Integration Tester). As a newbie, without any experience even of manual testing, I had to try to make sense of this new, unfamiliar process. Soon, however, I became fascinated by this particular tool and started to discover the real power of automation.

Read More
Continuous Security

Implementing continuous security

The importance of security in software development is already widely understood and security testing is generally well embraced in the software delivery process. But when organisations enter the world of Continuous Delivery and Continuous Deployment, it becomes even more important to be able to test and enforce continuous security the same way – not only quarterly or monthly.

Read More
DevOps innovation tools

How we built a Live DevOps Innovation Platform

We recently announced the arrival of our Live DevOps Innovation Platform built in-house here at Sandhata. I wanted to share some of the tools we have used for it so far, as well as my personal experiences on this platform, as it has been very interesting and a big learning experience for me.

Read More
DevOps Innovation Platform

Introducing the new Live DevOps Innovation Platform

In 2016 we started creating a live DevOps innovation platform internally in Sandhata. We have been working hard, with the goal of creating a platform which incorporates DevOps principles and practices across the whole delivery lifecycle. We want this platform to demonstrate various aspects of the delivery lifecycle, and expose the inner workings – so that the platform can be used to help others get a headstart on their continuous delivery journey and also plan their DevOps strategy based on our working example.

Read More