I hereby claim:
- I am astropanic on github.
- I am astropanic (https://keybase.io/astropanic) on keybase.
- I have a public key whose fingerprint is 2999 EA7B B441 8AAC 9546 2C30 F451 1CB7 9B05 4398
To claim this, I am signing this object:
| ruby x.rb | |
| {"title":"SHINY NEW TITLE","bar":"blah"} |
| use wlw; | |
| db.wlw.drop(); | |
| heading1 = { _id: 10001, name: "Schrauben" , company_counts: { "de":0, "at":9 }, keywords: ["Metall", "Gewinde", "Konstruktion"] }; | |
| heading2 = { _id: 10002, name: "Rohre" , company_counts: { "de":1, "at":3 }, keywords: ["Metall", "Profil" , "Konstruktion"] }; | |
| heading3 = { _id: 10003, name: "Holzballen", company_counts: { "de":3, "at":0 }, keywords: ["Holz" , "Bau" , "Konstruktion"] }; | |
| db.wlw.insert(heading1); | |
| db.wlw.insert(heading2); |
| class Foo | |
| def self.with_context | |
| old = self.context #save current context | |
| yield | |
| @@context = old #return context back after method was run | |
| end | |
| def self.context=(value) | |
| @@context = value | |
| end |
| check process puma with pidfile /daten/appsse/production/current/tmp/pids/puma.sock | |
| start program = "/usr/bin/env bash -c 'export HOME="/daten/appsse/" && source /daten/appsse/.rvm/environments/default && cd /daten/appsse/production/current && bundle exec puma -C config/puma/config.rb' as uid appsse and gid web | |
| stop program = "/usr/bin/env bash -c 'export HOME="/daten/appsse/" && source /daten/appsse/.rvm/environments/default && cd /daten/appsse/production/current && bundle exec pumactl -S tmp/pids/puma.state stop' as uid appsse and gid web |
| # file: roles/webtier/tasks/deploy.yaml | |
| - name: prepare_release_directory | |
| command: "git ls-remote [email protected]:likeabouse/likeabouse.com.git | grep HEAD | awk '{print $1;}'" | |
| register: release_path |
| --- | |
| - name: create group for deloyment and web | |
| group: | |
| state=present | |
| name=web | |
| system=yes | |
| - name: create user for deployment and web | |
| user: | |
| state=present |
I hereby claim:
To claim this, I am signing this object:
| "query": { | |
| "regexp": { | |
| "page.context.searchform.searchform_term_entered.raw": "[^ ]+( +[^ ]+){1}" | |
| } | |
| } |
| Elasticsearch::Transport::Transport::Errors::ServiceUnavailable: [503] {"error":"ReduceSearchPhaseException[Failed to execute phase [merge], [reduce] ]; nested: ClassCastException[org.elasticsearch.search.facet.terms.strings.InternalStringTermsFacet$TermEntry cannot be cast to org.elasticsearch.search.facet.terms.longs.InternalLongTermsFacet$LongEntry]; ","status":503} |
| Elasticsearch::Transport::Transport::Errors::ServiceUnavailable: [503] {"error":"ReduceSearchPhaseException[Failed to execute phase [merge], [reduce] ]; nested: ClassCastException[org.elasticsearch.search.facet.terms.strings.InternalStringTermsFacet$TermEntry cannot be cast to org.elasticsearch.search.facet.terms.longs.InternalLongTermsFacet$LongEntry]; ","status":503} |