Skip to content

Instantly share code, notes, and snippets.

View christkv's full-sized avatar

Christian Amor Kvalheim christkv

View GitHub Profile
@christkv
christkv / es6 promises and generators
Created March 4, 2016 18:21
es6 promises and generators
var a = new Promise(function(reject, resolve) {
if(err) return reject(err);
.......
resolve(value);
});
var b = new Promise(function(reject, resolve) {
if(err) return reject(err);
.......
resolve(value);
I, [2020-01-28T13:04:01.697979 #19] INFO -- : Celluloid 0.17.4 is running in BACKPORTED mode. [ http://git.io/vJf3J ]
DEPRECATION WARNING: Including LoggerSilence is deprecated and will be removed in Rails 6.1. Please use `ActiveSupport::LoggerSilence` instead (called from <top (required)> at /app/config/application.rb:7)
boot.rb :: redis://redistogo:[email protected]:11884/
ENV['REDISTOGO_URL'] = redis://redistogo:[email protected]:11884/
ENV['REDIS_URL'] =
application.rb :: redis://redistogo:[email protected]:11884/
ENV['REDISTOGO_URL'] = redis://redistogo:[email protected]:11884/
ENV['REDIS_URL'] = redis://redistogo:[email protected]:11884/
[2020-01-28T13:04:04 (process) #19][INFO] appsignal: Loading Rails (6.0.1) integration
[2020-01-28T13:04:05 (process) #19][ERROR] appsignal: Push api key not set after loading config