Mercurial > public > src > rhodecode
log pylons_app/lib/celerylib/tasks.py @ 583:72778dda34cf
age | author | description |
---|---|---|
Fri, 01 Oct 2010 03:04:52 +0200 | Marcin Kuzminski | some fixups in cache, added fallback and cache invalidation when key not found in cached repos list, |
Fri, 01 Oct 2010 00:16:09 +0200 | Marcin Kuzminski | Implemented server side forks |
Tue, 28 Sep 2010 19:53:52 +0000 | Marcin Kuzminski | fixes to pidlock, to not raise unneded execptions |
Mon, 27 Sep 2010 02:17:03 +0200 | Marcin Kuzminski | fixed lock decorator bug which didn't release the lock after func execution and rewrote the pidlock a little with Ask Solem suggestions! |
Sat, 25 Sep 2010 20:17:56 +0200 | Marcin Kuzminski | removed pidlock from whoosh and added it as locked_task decorator |
Thu, 23 Sep 2010 21:25:30 +0200 | Marcin Kuzminski | simplified task locking, and fixed some bugs for keyworded arguments |
Thu, 23 Sep 2010 01:08:33 +0200 | Marcin Kuzminski | Implemented locking for task, to prevent for running the same tasks, celery |