This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
OlderNewer