Requests are sent in the wrong order or too fast?
hey guys. i have a question with java spring app. right now i have this situation:
I have cron job that sends request to the bank (gwService.sendCurrentDayStatementRequest()). this request does a call to /account-statements endpoint. then bank does some stuff, and later i can make requests to get my statement. then im calling gwService.getBankStatementResponse() which calls /message endpoint. and finally i call gwService.deleteBankStatement() which deletes the statement from /messages endpoint. its like a queue type of thing.
but i noticed that it doesnt work as it should. the bank support told me this:
what can be the causes of this? i tried having two separate cron jobs for creating statement and importing it (with 10 minutes apart), but the issue persists. would it be a good idea to delay
gwService.deleteBankStatement()
call? does anybody have any ideas?1 Reply
⌛
This post has been reserved for your question.
Hey @bambizas19! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.