I'm getting the following stack trace in my console after leaving my
app running overnight. We use cron for several tasks.

I saw the below thread, which indicated that the issue has been
resolved:

http://groups.google.com/group/web2py/browse_thread/thread/e788b0783e8fc758/6a210abb2898763d?lnk=raot

Has there been a regression?

Here's the stack trace. Thanks!

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/threading.py", line 552, in
__bootstrap_inner
    self.run()
  File "/root/web2py/gluon/newcron.py", line 63, in run
    s.run()
  File "/usr/local/lib/python2.7/sched.py", line 117, in run
  File "/root/web2py/gluon/newcron.py", line 55, in launch
    crondance(self.path, 'hard', startup = False)
  File "/root/web2py/gluon/newcron.py", line 234, in crondance
    cronmaster = token.acquire(startup=startup)
  File "/root/web2py/gluon/newcron.py", line 101, in acquire
    self.master = open(self.path,'rb+')
IOError: [Errno 24] Too many open files: '/root/web2py/applications/
admin/cron/cron.master'

Reply via email to