spring / upq

extracts metadata of game and map files of the spring engine
https://springfiles.springrts.com/
GNU General Public License v3.0
2 stars 5 forks source link

Possibility to put a job on hold and schedule it to retry #9

Closed dansan closed 11 years ago

dansan commented 13 years ago

Possibility to put a job "on hold" and schedule it to try (n times) again later without blocking a thread. -> make a job, that sleeps for an amount of time + restarts

abma commented 13 years ago

shedule could be started by the system cron running a starting a job with "upq-cli.py restart" or so...

abma commented 11 years ago

hmm, cron is already used...