I created a website that can reboot a machine. basically subprocess a script that lunch the reboot command in Linux. after that I need to run some other operations. after that I wait 1 minute before start pinging the machine to see if its back online.
the funny thing my script doesn't work, and I found out that django doesn't like to wait more than 24 secs. =( I might be doing something wrong? If I do more than 25 the process just stops at the time.sleep(60) and nothing happen afterwards. if I do it for 24 secs everything run fine. is there any special thing that I should know? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/89d96ad6-88b2-402a-9e23-269b02ea4155%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.