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

fix chatroom demo and standardize config #1600

Merged
merged 2 commits into from Jan 22, 2019
Merged

Conversation

cguardia
Copy link
Contributor

Description

Use same config as other demos, and change dependency order to avoid conflict.

Motivation and Context

To make the demo work.

@DallingerBot
Copy link
Contributor

2 Warnings
⚠️ Please start subject with capital letter.
054388c
⚠️ Please apply a label.

Generated by 🚫 Danger

@codecov
Copy link

codecov bot commented Jan 11, 2019

Codecov Report

Merging #1600 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master   #1600   +/-   ##
======================================
  Coverage    85.8%   85.8%           
======================================
  Files          30      30           
  Lines        4054    4054           
  Branches      540     540           
======================================
  Hits         3478    3478           
  Misses        457     457           
  Partials      119     119

@@ -21,12 +21,12 @@ browser_exclude_rule = MSIE, mobile, tablet

[Database]
database_url = postgresql://postgres@localhost/dallinger
database_size = hobby-dev
database_size = standard-0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was it necessary to use standard-0? did it not work on hobby-dev?
The hobby tier does not cost anything as far as I recall, so if someone does want to or have the means to pay, they can still use the demo knowing they wont be charged (even though they have to provide a credit card, in order to use redis in all dallinger demos)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we're all over the place with some demos have hobby-dev vs standard-0. Hobby is cheaper.
"Hobby Tier — For apps that can tolerate up to 4 hours of downtime per month
Standard Tier — For apps that can tolerate up to 1 hour of downtime per month"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think hobby-dev is free, standard-0 you have to pay for.
I do not see any indication of payment requirements for hobby-dev, standard costs $50/month
https://devcenter.heroku.com/articles/heroku-postgres-plans#standard-tier


[Server]
dyno_type = free
dyno_type = hobby
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems more standardized

@vlall vlall merged commit 894ab00 into master Jan 22, 2019
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

4 participants