YASSER
04/10/2025, 2:08 PMCeligo AI
04/10/2025, 2:08 PMAI generated answer (using internal Slack threads):Based on the conversations, it seems like you're dealing with a concurrency limiting issue. This is a common problem when dealing with multiple connections or requests at the same time. One recommended approach is to implement a back-off strategy with random delays. This helps to spread requests more evenly and avoid spikes at the retry interval, which can exacerbate the concurrency limit. In the context of Workato, you might want to consider switching to a batch-based approach and putting in a concurrency restriction. This can help manage the number of connections it tries to make and prevent it from blocking other key operations. Remember, it's important to balance the need for concurrency with the potential impact on system performance and stability. Too many concurrent requests can lead to system overload and errors, while too few can result in underutilization of resources. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
04/10/2025, 2:09 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.781434357
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.777984381
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.777150631
Celigo AI
04/10/2025, 2:09 PM