Replies: 1 comment 2 replies
-
|
Hi @mt40! Which version of Quint do you have installed? Asking because I couldn't reproduce this problem on my machine using the latest version of Quint ( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
When I verify this spec, I got this error:
It seems like because of adding the line
temporal liveness = eventually(livenessCheck). Anyone know why this is problematic?For context, this is my attempt at Outbox pattern. There are 3 components:
The goal is to create events in database and then move them all to broker.
All feedbacks are welcome!
Beta Was this translation helpful? Give feedback.
All reactions