We’ve just started using Backendless and it seems like a powerful tool. One thing we haven’t really seen is how to run a cron/timer process that is several minutes long. Is this possible?
We have a weekly reporting email that calls the OpenAI API to customize the report. Because of the amount of data analyzed and the response time from OpenAI, this weekly report can take a number of minutes to complete.
What would be the best way to support this?