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

No longer gzip request bodies send by transmitter #269

Merged
merged 1 commit into from Mar 27, 2017
Merged

Conversation

tombruijn
Copy link
Member

@tombruijn tombruijn commented Mar 22, 2017

There's no more need to gzip everything we send to our servers. We use
it in so few requests it's hardly worth the effort. We only use the
transmitter for the Push API key validation, which has no body, and the
marker transmitter which is not used frequently and no longer the
recommended method to create markers.

The marker transmitter, used by appsignal notify_of_deploy, which is a
method of creating deploy markers which is no longer the recommended way
to do so. Instead use the APP_REVISION environment variable. See also:
http://docs.appsignal.com/application/markers/deploy-markers.html

  • We should test creating a marker before merging

There's no more need to gzip everything we send to our servers. We use
it in so few requests it's hardly worth the effort. We only use the
transmitter for the Push API key validation, which has no body, and the
marker transmitter which is not used frequently and no longer the
recommended method to create markers.

The marker transmitter, used by `appsignal notify_of_deploy`, which is a
method of creating deploy markers which is no longer the recommended way
to do so. Instead use the `APP_REVISION` environment variable. See also:
http://docs.appsignal.com/application/markers/deploy-markers.html
@tombruijn
Copy link
Member Author

Tested with a not-compressed (non-gzip) request body, the following requests to the AppSignal Push API and it all seems to work still :)

  • appsignal notify_of_deploy, creating a marker
  • appsignal diagnose push api key validation
  • appsignal install push api key validation

Merging

@tombruijn tombruijn merged commit 5dbb715 into develop Mar 27, 2017
@tombruijn tombruijn deleted the no-more-gzip branch March 27, 2017 09:55
@tombruijn tombruijn added this to the 2.2 milestone May 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants