Jobs workers to consume from a queue
I want to set up a jobs worker - or multiple workers - to fetch updated information from the OpenAI API when certain events occurr. The pattern I'd like to use is an event queue, rather than invoking the jobs worker directly from the TS code.
Is this something possible with Wasp 0.15.0 or do I need to either to a cron job or stick with the exlicit trigger?
Is this something possible with Wasp 0.15.0 or do I need to either to a cron job or stick with the exlicit trigger?