We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
There is a hook for blocked entries through the listener, and also TransactionOutbox.unblock(entryId) method.
Have you considered to add :
The text was updated successfully, but these errors were encountered:
Methods for this on the Persistor interface would be useful.
Persistor
I think a lot of people are just SQLing the database directly for this, which isn't ideal.
Sorry, something went wrong.
I submitted a Pull Request for this : https://github.com/gruelbox/transaction-outbox/pull/338
Any chance you can review this soon ? :)
No branches or pull requests
Hello,
There is a hook for blocked entries through the listener, and also TransactionOutbox.unblock(entryId) method.
Have you considered to add :
The text was updated successfully, but these errors were encountered: