Add codeowners file - #1
Open
adityakumarsarvaiya wants to merge 14 commits into
Open
Conversation
flower -> flower:0.9.0 tornado:4.2 babel:2.2.0
software -> celery:3.1.23 (Cipater) kombu:3.0.35 py:3.5.1
billiard:3.3.0.23 py-amqp:1.4.9
platform -> system:Linux arch:64bit, ELF imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:amqp results:djcelery.backends.database:DatabaseBackend
Traceback (most recent call last):
File "../venv/lib/python3.5/site-packages/tornado/web.py", line 1413, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "../venv/lib/python3.5/site-packages/tornado/web.py", line 2717, in wrapper
return method(self, *args, **kwargs)
File "../venv/lib/python3.5/site-packages/flower/views/tasks.py", line 56, in get
task['worker'] = task['worker'].hostname
AttributeError: 'NoneType' object has no attribute 'hostname'
When url_prefix is enabled, the Monitor tab misses Ajax update because URLs do not have the url_prefix. Fix by adding the prefix.
Assume Nginx is used as front-end and flower is running on port 5555 with the option "--url_prefix=flower", this example configuration file enables Nginx to pass URLs under /flower to flower.
See mher#631 for details
Do not show debug information on 500 error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a new codeowners.