Hacker News new | ask | show | jobs
by ydsood 1704 days ago
I like the simplicity and the visual aesthetic. Have not tried yet. One recommendation based on your docs, maybe a next feature - you want users to poll your API for task completion. This traffic to your API can be avoided. Use events instead. Require users to give you a post back link instead and post to it when you are done.
1 comments

Thanks for suggestion! Are you thinking of perhaps like registering a webhook endpoint to send an update to? Would be a good solution for automated tasks running in the cloud!