##// END OF EJS Templates
packages: updated celery to 4.3.0 and switch default backend to redis...
packages: updated celery to 4.3.0 and switch default backend to redis - we usually have redis, and it makes our stack simpler and easier to debug.

File last commit:

r3172:d37fc984 default
r3913:dfb2da80 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}