Ask Solem
|
44dbf5b6ac
Some cosmetic changes.
|
před 15 roky |
Ask Solem
|
6127f73e09
TaskSetResult save+restore. Now have to explicitly save the result
|
před 15 roky |
Ask Solem
|
a462e42dcc
Clean up the backends
|
před 15 roky |
Ask Solem
|
b4d5019c5e
Merge branch 'batches'
|
před 15 roky |
Ask Solem
|
6517f5dd6a
Merge branch 'master' into bradjasper/save_taskset
|
před 15 roky |
Ask Solem
|
0ae5d07710
Cache backend now respects CELERY_TASK_RESULT_EXPIRES. Thanks to mulka
|
před 15 roky |
Ask Solem
|
8de640af6d
Forgot to commit some things in previous commit.
|
před 15 roky |
Ask Solem
|
d6f0915c9a
Playing around with batches.
|
před 15 roky |
Ask Solem
|
c8f08ff8ef
Fix syntax error in celery.task.base related to supporting execution options in a TaskSets argument list.
|
před 15 roky |
Ask Solem
|
c83acd2375
PeriodicTasks are now scheduled on the clock by default. (e.g. timedelta(hours=1) means every hour at :00 minutes, not every hour from the server starts)
|
před 15 roky |
Ask Solem
|
58eef31e3b
PeriodicTask.exact, set to true to run on the hour/minute, like cron.
|
před 15 roky |
Ask Solem
|
c4151cd11e
Support passing execute options to a TaskSets list of args.
|
před 15 roky |
Ask Solem
|
87960ce141
89% coverage
|
před 16 roky |
Ask Solem
|
b30883f28c
Added Task.AsyncResult to get a BaseAsyncResult instance associated with the tasks backend.
|
před 16 roky |
Ask Solem
|
49b864e596
Adds setting CELERY_IGNORE_RESULT. Enables you to set the default value for Task.ignore_result.
|
před 16 roky |
Ask Solem
|
890428d4c3
Finally: Configuration naming consistency. Old names deprecated in favor of:
|
před 16 roky |
Ask Solem
|
b9e9fb4257
Use task.get_publisher with apply_async so the exchange is configured properly.
|
před 16 roky |
Ask Solem
|
a952bdf259
No need to use inline imports for ALWAYS_EAGER
|
před 16 roky |
Ask Solem
|
b4b89d94a2
More docstrings, Reorder imports and other cosmetic changes
|
před 16 roky |
Ask Solem
|
819920bc8e
TaskSet.run renamed to TaskSet.apply_async and is pending deprecation for v1.2.0. Closes #58.
|
před 16 roky |
Ask Solem
|
5fac4f99c7
Split eager run in TaskSet.run into TaskSet.run_eager
|
před 16 roky |
Ask Solem
|
57134038b5
Don't evaluate PeriodicTask.run_every, use hasattr instead, in case implemented by property.
|
před 16 roky |
Ask Solem
|
c6a4a209e5
Add some missing docstrings for celery.task.base
|
před 16 roky |
Ask Solem
|
c12ad5cb28
Add the ability to turn off automatic registration of tasks by setting Task.autoregister = False.
|
před 16 roky |
Ask Solem
|
5772b2bc98
Get DjangoBrokerConnection from one place: celery.messaging.establish_connection
|
před 16 roky |
Ask Solem
|
e138e1c8c3
Clean-up and document the PeriodicTask.is_due method
|
před 16 roky |
Ask Solem
|
498b83c74e
celerybeat: Remaining now works better, PeriodicTask.is_due now returns (is_due, next_time_to_run) instead, where next_time_to_run is in seconds.
|
před 16 roky |
Ask Solem
|
d58005cfd4
Fix a bug in the estimate remaining time part.
|
před 16 roky |
Ask Solem
|
84d4520baf
celerybeat: Don't loop every second, instead find the shortest remaining time and sleep for that long.
|
před 16 roky |
Ask Solem
|
ed02756bd1
can now override PeriodicTask.is_due to decide the interval at runtime!
|
před 16 roky |