akka / akka-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state
https://doc.akka.io/docs/akka-persistence-jdbc/
Other
307 stars 139 forks source link

fix: flaky CurrentEventsByTagTest #783

Closed Roiocam closed 3 months ago

Roiocam commented 8 months ago

References #782

Delay persistence to the start of the query

Roiocam commented 8 months ago

CI check passed, close and reopn PR to trigger CI check run again.