Hacker News new | ask | show | jobs
by incomethax 4125 days ago
Can you handle apps with background tasks? In my experience, the backend systems basically end up being a large repository of jobs that need to get backgrounded, and handed off to other systems.

I would be even more excited if you could find some way to create and manage those effectively.

1 comments

Machines can be triggered via kue, cron, or any other process of your choice (since they're effectively just augmented JavaScript functions)