Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Forwardport] Modify Report processor to return 500 #5

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    198a42a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6196046 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2018

  1. Configuration menu
    Copy the full SHA
    5bfc46b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Merge pull request magento#2224 from magento-performance/MAGETWO-89277

    Bug: 
    - MAGETWO-89277 [Forwardport] Product Price indexer stuck during reindexing
    duhon authored Mar 19, 2018
    Configuration menu
    Copy the full SHA
    dea8b32 View commit details
    Browse the repository at this point in the history
  2. Modify Report processor to return 500

    The report processor is currently returning a HTTP 503 status
    code; generally used for temporarily failures to connect to a service
    such as when that service is in maintenance mode, when an upstream
    proxy is unavailable etc.
    
    This commit modifies the report HTTP code to be a 500. The author
    believes this to be a better reflection that the error is miscellaneous
    in nature, and that action is required in order to change it (i.e.
    it is not a temporary condition)
    andrewhowdencom authored and Stanislav Idolov committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    71a6933 View commit details
    Browse the repository at this point in the history