Bots.Business
Do you have such code with such big count of getProperty?
We have fix for downtime now.
Seems main issue now - it is performance and timeout errors.
Why we have this?
- massive getProperty function. It spent 1-5 seconds for getting.
- BJS runtime have no power to handle such many slowly command
- big count of background tasks (so we have bot clone issues and etc)
Fix in progress
Seems main issue now - it is performance and timeout errors.
Why we have this?
- massive getProperty function. It spent 1-5 seconds for getting.
- BJS runtime have no power to handle such many slowly command
- big count of background tasks (so we have bot clone issues and etc)
Fix in progress
Forwarded from ๐
ฑ๐
พโ ๐๐๐ฅ๐ฅ๐๐ซ 2โฃ๐
พ2โฃ๐
พ ๐๐จ๐ญ ๐๐๐ฅ๐ฅ๐๐ซ
->(https://api.coingecko.com/api/v3/coins/dogecoin)
var result = JSON.parse(data.content);
var x = result.market_data.current_price
var doge = x.usd
var doge_to_ltc = x.ltc
var doge_to_euro = x.eur
var result = JSON.parse(data.content);
var x = result.market_data.current_price
var doge = x.usd
var doge_to_ltc = x.ltc
var doge_to_euro = x.eur
Bots.Business
->(https://api.coingecko.com/api/v3/coins/dogecoin) var result = JSON.parse(data.content); var x = result.market_data.current_price var doge = x.usd var doge_to_ltc = x.ltcโฆ
Method ->(url) is deprecated. Will be removed.
Please use Http
Please use Http
Bots.Business
We have fix for downtime now. Seems main issue now - it is performance and timeout errors. Why we have this? - massive getProperty function. It spent 1-5 seconds for getting. - BJS runtime have no power to handle such many slowly command - big countโฆ
BJS runtime power increased to 200%
Mass getProperty supporting in progress
Mass getProperty supporting in progress
We have new lib - CryptoJS.
Please install this lib if you use CoinpaymentsLib.
It will be required soon for work.
Please install this lib if you use CoinpaymentsLib.
It will be required soon for work.
Coinbase lib in progress. Do you like Coinbase?
Anonymous Poll
74%
Yes ๐๐
9%
No ๐
13%
I don't know ๐
4%
Wtf? ๐
Coinbase pre released
Need run Libs.Coinbase.setup()
Then fill api keys in Admin Panel
All api functions available via apiCall method.
Please wait for full help
Need run Libs.Coinbase.setup()
Then fill api keys in Admin Panel
All api functions available via apiCall method.
Please wait for full help
BB.General
We have issue with background tasks with run_after and etc.
All tasks will be executed with big delay
We have issue with background tasks with run_after and etc.
All tasks will be executed with big delay