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

Add support for dropping messages. #16

Merged
merged 3 commits into from Feb 9, 2017
Merged

Conversation

jrgp
Copy link
Member

@jrgp jrgp commented Feb 9, 2017

  • Add application_mode table which specifies which modes are supported for each application
  • Add "drop" mode type which sender understands to mean /dev/null
  • change a few logger.error's to logger.exception's to make debugging easier
  • when hard quota is exceeded, log message as type changed to "DROP"
  • when hard quota is exceeded, properly update UI and message table to acknowledge that it was dropped
  • fix foreign key constraint that breaks when a plan is deliberately
    disabled (UI doesn't support this) and is bound to a quota.

- Add application_mode table which specifies which modes are supported for each application
- Add "drop" mode type which sender understands to mean /dev/null
- change a few logger.error's to logger.exception's to make debugging easier
- when hard quota is exceeded, log message as type changed to "DROP"
- when hard quota is exceeded, properly update UI and message table to acknowledge that it was dropped
- fix foreign key constraint that breaks when a plan is deliberately
  disabled (UI doesn't support this) and is bound to a quota.
maintain consistency with 'email' not being a constant
@fellyns fellyns merged commit fa2311f into linkedin:master Feb 9, 2017
@jrgp jrgp deleted the drop_support branch February 9, 2017 23:14
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

2 participants