julienp
|
ff4679bab0
save/restore/delete taskset in MongoBackend
|
13 年 前 |
Ask Solem
|
b87956d218
cleanup
|
13 年 前 |
Ivan Metzlar
|
1f7eb6810f
Support for MongoDB Replica sets
|
13 年 前 |
Ask Solem
|
d8fd481d51
Merge branch 'master' into utc
|
13 年 前 |
Ask Solem
|
641e838dd6
Cosmetics
|
13 年 前 |
Ask Solem
|
f6a5c316c6
Cleans up deprecation warnings, and always display them in celery programs
|
13 年 前 |
Ask Solem
|
619367b04d
ETA/expires and beat is now UTC, and timezone aware using the CELERY_TIMEZONE setting.
|
14 年 前 |
Ask Solem
|
b6179c7316
Use new-style relative imports
|
13 年 前 |
Ask Solem
|
c7b3cca220
Mongodb backend: Use the current serializer instead of pickle. Closes #464
|
13 年 前 |
rnoel
|
187513368d
All result backends now implement __reduce__ so they can safely be pickled.
|
14 年 前 |
Ask Solem
|
e482db8eac
Use prepare_expires in other backends as well
|
14 年 前 |
Ask Solem
|
5d1a050445
Use flake8 instead of pep8+pyflakes and the silly flake ignore list
|
14 年 前 |
Ask Solem
|
c99cfca749
PEP8ify + pyflakes
|
14 年 前 |
Ask Solem
|
ef3b3f0460
MongoDB result backend: Fixed attribute error for self.app
|
14 年 前 |
Ask Solem
|
be8010c843
CELERY_TASK_RESULT_EXPIRES is now prepared by individual backends, not post_config_merge
|
14 年 前 |
Ask Solem
|
f4aefcdd0d
Removed `celery.task.RemoteExecuteTask` and accompanying functions: `dmap`, `dmap_async`, and `execute_remote`.
|
14 年 前 |
Ask Solem
|
b442d34c8e
Global settings removed. Still a little bit of refactoring to be done, but the tests passes now.
|
14 年 前 |
Jonas Haag
|
22341a44d1
MongoDB backend: `_store_result` now returns the `result` (instead of
|
15 年 前 |
Ask Solem
|
5670936e51
Remove some more hardcoded usage of .conf
|
15 年 前 |
Ask Solem
|
4e57d705e9
Billiard moved back to celery repo, as Debian doesn't approve much of it.
|
15 年 前 |
Ask Solem
|
590c37ddb7
Removes backend.capabilities (not used anymore)
|
15 年 前 |
Ask Solem
|
384df48005
Use our own ImproperlyConfigured exception
|
15 年 前 |
Ask Solem
|
273f1e49a3
fixed stuff reported by pyflakes
|
15 年 前 |
Ask Solem
|
5a0ada1398
Disable result cache for all backends but the AMQP backend.
|
15 年 前 |
Ask Solem
|
a462e42dcc
Clean up the backends
|
15 年 前 |
Ask Solem
|
727345ded6
New constants for task status states in celery.states
|
15 年 前 |
Ask Solem
|
3a71bdb80f
Detecting load is now lazy, and not done when importing celery.loaders.
|
15 年 前 |
Ask Solem
|
0208ec9f8b
Moved celery.serialization + celery.utils.functional -> billiard.*
|
15 年 前 |
Ask Solem
|
d06b47b45f
CELERY_BACKEND must now include the backend class name if not an alias.
|
15 年 前 |
Ask Solem
|
84eb860d99
PEP8ify: Group imports
|
15 年 前 |