Hacker News new | past | comments | ask | show | jobs | submit login

That’s valid, but how often does it happen? It never happened to me. Long running jobs are easy with a cron job:

echo "/path/to/long_process.sh" | at now + 1 minute

And it adds the benefit to simply call that script again, if you need the same long process again.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: