-
Notifications
You must be signed in to change notification settings - Fork 33
WorkPeriodPayment getting hanged at scheduled status #523
New issue
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
Comments
I think its good hint to resolve this issue - "We have a payment scheduler, that writes to the db and posts events to be picked up by the ES Processor. I think as part of the cqrs update, we have removed the place where the ES processor listens to these events and updates the ES".
|
thanks, I forgot to change the code in scheduler, I will fix it soon |
@yoution done ? |
yeah, done |
merged code ? PR ? |
wait 5 minutes |
@sandhiyakavi deployed on DEV. Please verify now. |
Description:
All WorkPeriodPayments are getting hanged at scheduled status and WP status not changing to 'in-progress'. Seems the payment scheduler is not working.
The text was updated successfully, but these errors were encountered: