Skip to main content

How can I handle database downtime in a journey?

Comments

1 comment

  • Rajnish Kucheria

    If a database is unavailable due to downtime or locked rows, you can configure the Catch block to introduce a delay (e.g., using a scheduler) and retry the operation later, ensuring the process continues without manual intervention.

    0

Please sign in to leave a comment.