You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2022. It is now read-only.
Sometimes there's a bug where the thread pool is locking the database. I need to fix that soon. This is just a reminder for myself.
File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/workspace/util/processing.py", line 32, in run
self.parse_parallel(queue=url_queue, threads=4)
File "/workspace/util/processing.py", line 41, in parse_parallel
pool.map(self.update_feed, queue)
File "/usr/local/lib/python2.7/multiprocessing/pool.py", line 253, in map
return self.map_async(func, iterable, chunksize).get()
File "/usr/local/lib/python2.7/multiprocessing/pool.py", line 572, in get
raise self._value
OperationalError: database is locked
The text was updated successfully, but these errors were encountered:
Sometimes there's a bug where the thread pool is locking the database. I need to fix that soon. This is just a reminder for myself.
File "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/workspace/util/processing.py", line 32, in run
self.parse_parallel(queue=url_queue, threads=4)
File "/workspace/util/processing.py", line 41, in parse_parallel
pool.map(self.update_feed, queue)
File "/usr/local/lib/python2.7/multiprocessing/pool.py", line 253, in map
return self.map_async(func, iterable, chunksize).get()
File "/usr/local/lib/python2.7/multiprocessing/pool.py", line 572, in get
raise self._value
OperationalError: database is locked
The text was updated successfully, but these errors were encountered: