It seems like there would be an advantage here that you should be advertising more prominently if you do it, and if you’re not doing it, maybe consider it:
Your application should be able to offer great visibility (and alerting, etc) to whether the tasks were acknowledged, and potentially whether they were successful (depending on whether they are so long-running that you don’t want to tie up a thread waiting for a super long HTTP request).
You’re totally right, visibility and monitoring are key, especially in containerized or distributed environments. In Orkera, you can already see past tasks, upcoming tasks, and their status, and you even have the ability to cancel tasks if needed. We also handle retries automatically.
That said, making this more dashboard-friendly and alert-driven is definitely something we’re thinking about. Appreciate the insight, exactly the kind of feedback I’m looking for!
The first version of the Python SDK is now live, you can install it by running "pip install orkera"
rilesthefirst•1h ago
Orkera is an API, you can send a post request specifying, a datetime, data parameters, and a callback URL. All you need now it to setup a webhook and you will recieve your data and the desired datetime. now you can focus on your business logic and not waste time ! This is particularly useful with agentic AI where you often need to take actions in the future.