[Host.Outbox] Is it possible create outbox table with migrations? #463
-
|
The problem is that in tests the database is created on the fly, and OutboxSendingTask tries to create a table and the test fails on first Publish in SlimMessageBus.Host.MessageBusBase.ProducePublish Exception: Details |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hey, please elaborate and help me understand the ask here. The Outbox plugins manage migrations outside of EF Migration but push keep track of what's already migrated in a similar table that EF. The exception that you reported seems to be an issue with connectivity to the PG database. |
Beta Was this translation helpful? Give feedback.

I found solutions for this case:
I would recommend adding Retry to connect and making the error more obvious during startup rather than when first calling SMB methods.