Ask Solem
|
9261fe132c
Moves .utils.lpmerge to .utils.collections.lpmerge
|
9 年之前 |
Ask Solem
|
b8d5dee7fd
Moves .utils.cry to .utils.debug.cry
|
9 年之前 |
Ask Solem
|
de6cf95522
Moves .utils.isatty to .platforms.isatty
|
9 年之前 |
Ask Solem
|
7b93ce91b7
Moves gen_task_name to .utils.imports
|
9 年之前 |
Ask Solem
|
f9380fd8a5
Moves hostname related utils to .utils.nodenames
|
9 年之前 |
Ask Solem
|
7a3f56c32e
Move deprecation utils to .utils.deprecated
|
9 年之前 |
Ask Solem
|
9725ea268a
flakes
|
9 年之前 |
Ask Solem
|
c21d6a9c17
Utils: Moves simple_format -> .utils.text
|
9 年之前 |
Ask Solem
|
aee706ad5a
[docs] Spelling stuff completed
|
9 年之前 |
Ask Solem
|
fdf1a0f6a3
Use vine.utils.wraps to ensure __wrapped__ is set
|
9 年之前 |
Ask Solem
|
51fca36f19
Cosmetics #2
|
9 年之前 |
Ask Solem
|
376ee40ecc
Apparently %N already taken by multi, so have to use %p for full nodename
|
9 年之前 |
Ask Solem
|
2c2984e045
[utils] Adds %N abbreviation expanding to the full worker node name
|
9 年之前 |
Ask Solem
|
807c13873e
[utils] simple_format now tries to give better error for unmatched keys. Closes #3016
|
9 年之前 |
Ask Solem
|
46c17e9909
Cache the value of gethostname
|
9 年之前 |
Ask Solem
|
097dd74f67
Worker direct queues are no longer auto_delete=True (INCOMPATIBLE) Closes #2492
|
9 年之前 |
Ask Solem
|
c016714be8
Removes the metaclass for the new task base class (tasks are no longer automatically registered, the @task decorator binds and registers the task)
|
11 年之前 |
Ask Solem
|
3ff387099d
Remove use of kwdict workaround fixed in py2.7
|
11 年之前 |
Ask Solem
|
2e1cad9e04
Removes magic keyword arguments support
|
11 年之前 |
Ask Solem
|
ec905fadc4
Multi: %n is now the same as %N to be consistent with "celery worker".
|
11 年之前 |
Ask Solem
|
f9e49a8f7a
3.2: Use dict and set comprehensions (+ literals)
|
11 年之前 |
Ask Solem
|
3eafba5a49
Ability to use one log file per child process using format keys %i/%I
|
11 年之前 |
Ask Solem
|
5ec54631ec
Use numbers module
|
11 年之前 |
Ask Solem
|
5c41dac80f
Remove shadowsig, problem only solved by celery.contrib.sphinx anyway. Closes #1865.
|
11 年之前 |
Ask Solem
|
a0057bed68
Makes inspect.getargs(@task(x)) work. Issue #1833
|
11 年之前 |
skovorodkin
|
1faa3a893c
Fix typo in docstring of utils.deprecated decorator
|
11 年之前 |
Ask Solem
|
acf37ac2a7
Ugh, another typo
|
11 年之前 |
Ask Solem
|
da85bcb222
Fixes name error
|
11 年之前 |
Ask Solem
|
cd5f80dfe1
Worker: Pidfile, logfile and statedb arguments now supports %n/%h formats
|
11 年之前 |
Ask Solem
|
16c07613bd
Properly set warnings.warn stacklevel
|
11 年之前 |