emileSWAAA
❔ Event driven architecture
Correct. There is no real way of knowing when the batch is full. So implementing some sort of sliding countdown timer would mean end of the conversation. Creating a recurring cron job will work but due to the nature of the application we do not expect messages all throughout the day. I am thinking about using Azure Functions because of the Trigger bindings and cost effectiveness. Having a job being idle 24/7 might be a bit overkill.
13 replies