emileSWAAA
emileSWAAA
CC#
Created by emileSWAAA on 9/14/2023 in #help
❔ Event driven architecture
We are not posting on Upwork. Just a two-man project. Summarization is expensive so repeating is not very cost efficient. I'd rather spend more on a recurring job than OpenAI tokens
13 replies
CC#
Created by emileSWAAA on 9/14/2023 in #help
❔ Event driven architecture
It could be I am overthinking this and a cron job would suffice, but I am looking for other options, feel free to ask if anything is unclear.
13 replies
CC#
Created by emileSWAAA on 9/14/2023 in #help
❔ Event driven architecture
The thing with Azure Function triggers is that they get triggered for every message, while I only want to process a batch of messages if the timeout of 1-2 minutes has passed
13 replies
CC#
Created by emileSWAAA on 9/14/2023 in #help
❔ 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
CC#
Created by _vegabyte_ on 4/19/2023 in #help
❔ Catch all the exception
11 replies
CC#
Created by _vegabyte_ on 4/19/2023 in #help
❔ Catch all the exception
I suggest you to read up on this article (and find more similar)
11 replies