Граф коммитов

9672 Коммитов

Автор SHA1 Сообщение Дата
Ask Solem 5fec367b97 OS X -> macOS 2016-06-13 18:52:02 -07:00
Ask Solem d40e92350b Merge pull request #3251 from mistercrunch/doc_config_source
Document Celery.config_source
2016-06-13 18:04:32 -07:00
Ask Solem d0bac56d83 Merge pull request #3250 from gsb-eng/contributor-cleanup
Removed unnecessary GIT conflict marker in CONTRIBUTORS.txt
2016-06-13 17:21:59 -07:00
Ask Solem 323b66f687 Worker: Restart frequency protection also when no exception raised 2016-06-13 17:07:26 -07:00
Ask Solem 1f4813ef66 Now depends case 1.2 2016-06-13 17:04:31 -07:00
Ask Solem 1f92fc8252 More unused variables 2016-06-13 16:36:03 -07:00
Ask Solem 9cccc4dac7 Removes unused variable DEFAULT_LOG_FMT 2016-06-13 16:34:24 -07:00
Ask Solem 99b83396e6 Commands: Adds `inspect.query_task` command 2016-06-13 16:33:12 -07:00
Ask Solem b0bb4121ec Remove deprecated app.queues.select_subset/select_remove (use select/deselect) 2016-06-13 16:28:41 -07:00
Ask Solem 377f0342d9 Removes funtests/suite/test_basic, replaced by Cyanide 2016-06-13 16:09:29 -07:00
Ask Solem a4fbd6d817 Removes unused celery.app.default_loader 2016-06-13 15:26:07 -07:00
Ask Solem e5f7eca9f5 Reorganizes celery.worker.control module by topic 2016-06-13 15:24:05 -07:00
Ask Solem 9fb0ccaeaa flakes 2016-06-13 15:23:54 -07:00
Ask Solem 0fcc052c3e Merge branch 'master' of github.com:celery/celery 2016-06-13 15:08:56 -07:00
Ask Solem 90c6a684ad Worker: Control: O(1) lookup of tasks by id for query_tasks, etc. 2016-06-13 15:08:47 -07:00
Ask Solem c626741e2d Cleanup unused code 2016-06-13 14:15:23 -07:00
Ask Solem 5bfa769f6d Worker: Adds state.requests for id -> request mapping (weakrefs) 2016-06-13 14:15:11 -07:00
Maxime Beauchemin 17ce8f6916 Document Celery.config_source 2016-06-13 13:52:32 -07:00
Srinivas Garlapati b652491845 Removed unnecessary GIT conflict marker in CONTRIBUTORS.txt 2016-06-13 09:44:51 +05:30
Omer Katz f23106014f Merge pull request #3245 from tayfun/master
Fix chord arguments.
2016-06-11 10:07:13 +03:00
Tayfun Sen 0f7324734b Fix chord arguments. 2016-06-09 15:56:54 +01:00
Adam Chainz 257d226373 Convert readthedocs link for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-05-29 18:50:49 +01:00
Ask Solem 4ea01be5a0 Cosmetics for #3151 2016-05-27 15:27:20 -07:00
Wido den Hollander 77e44d8a17 [backends] Add Consul.io Key/Value store as a backend
Add support for Consul as a backend using the Key/Value store of Consul.

Consul has a HTTP API where through you can store keys with their values.

The backend extends KeyValueStoreBackend and implements most of the methods.

Mainly to set, get and remove objects.

This allows Celery to store Task results in the K/V store of Consul.

Consul also allows to set a TTL on keys using the Sessions from Consul. This way
the backend supports auto expiry of Task results.

For more information on Consul visit http://consul.io/

The backend uses python-consul for talking to the HTTP API. This package is fully
Python 3 compliant just as this backend is.

  pip install python-consul

That installs the required package to talk to Consul's HTTP API from Python.
2016-05-27 15:27:20 -07:00
Ask Solem 320777611a [asynpool] Fixed typo in on_stop_not_started possibly extending shutdown time (Issue #2606) 2016-05-27 15:03:07 -07:00
Ask Solem 2e41adf35d Now depends on sphinx_celery 1.3 2016-05-27 13:44:45 -07:00
Ask Solem 45d4f5df79 s.encode/s.decode is confusing the hell out of me 2016-05-27 13:36:51 -07:00
Ask Solem 160c239816 [docs] celerydocs now compatible with Python 3 2016-05-27 13:29:20 -07:00
Manuel Kaufmann fe2c5b57e6 Docstring (returns) style fixed to render properly 2016-05-27 12:02:14 -05:00
Ask Solem f59b52524b flakes 2016-05-26 17:28:13 -07:00
Jason Veatch ecb7814d3b Comment about CELERYD_OPTS for multiple nodes
Removed line about examples in `celery multi --help` because I didn't see examples there.
2016-05-26 16:29:00 -04:00
Ask Solem d57d78d18b Wording (Issue #3210) 2016-05-23 14:55:19 -07:00
Ask Solem d0adf48ace Cosmetics 2016-05-23 14:52:55 -07:00
Ask Solem 9cc7772b65 Merge pull request #3210 from DDevine/master
Add section about daemonizing as root
2016-05-23 14:51:56 -07:00
Jeremy Zafran d7ab290e89 update the config with preconfig as non-defaults so they will be pickled 2016-05-23 14:46:27 -07:00
Ask Solem dcf44b8513 Attempt to fix Windows build 2016-05-23 14:41:18 -07:00
Ask Solem e3a8edbcf8 Attempt to fix py3 build 2016-05-23 14:35:35 -07:00
Ask Solem 6f89517a01 [Commands] Implements -Q and -X options for celery purge (Issue #2321) 2016-05-23 14:17:54 -07:00
Ask Solem 986a41febe flakes 2016-05-23 14:08:27 -07:00
Ask Solem 5447aa9063 [init.d] Respect symlink to /etc/rc*.d 2016-05-23 13:47:31 -07:00
Ask Solem df96a2796c Fixes build 2016-05-23 13:39:26 -07:00
nicolasunravel e89f4ca864 passing callbacks to accumulate when replacing tasks #2722 2016-05-23 13:14:11 -07:00
Ask Solem 4fa6a49a2b Clarify encryption 2016-05-20 16:13:02 -07:00
Ask Solem d5ad910015 Documents argsrepr/kwargsrepr 2016-05-20 16:11:21 -07:00
Ask Solem 90b7d7c8c2 Adds ability to pass argsrepr/kwargsrepr to apply_async. Closes #2143 2016-05-20 16:01:48 -07:00
anand21nanda@gmail.com 7721ac5922 Use correct namespace when FQN are given
Celery multi is using `name` to determine namespace which won't work
when FQN are given. First check if FQN namespace is available and pick
options from it.
2016-05-20 23:42:22 +05:30
Ask Solem ac0d9d5ab7 Task: Decorator now takes __qualname__ from underlying function. Closes #3216 2016-05-19 11:42:11 -07:00
Daniel Devine 358d57d500 Added section about daemonizing as root. 2016-05-17 22:55:18 +10:00
Ask Solem cf5918543a Merge branch 'master' of github.com:celery/celery 2016-05-12 18:51:25 -07:00
Ask Solem 58ac81bd81 an URL -> a URL 2016-05-12 18:51:19 -07:00