adam12 changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.0.2, 2.7.4, 2.6.8: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://goo.gl/wpGhoQ
<nakilon> I use google cloud functions
<havenwood> ignorand: have done
<havenwood> the feedback loop in development isn’t slick but works well once you get it going
ignorand has quit [Ping timeout: 252 seconds]
bandithijo has quit [Ping timeout: 272 seconds]
graywolf has quit [Quit: WeeChat 3.2]
Milos has quit [Quit: ZNC 1.8.2 - https://znc.in]
Milos has joined #ruby
ignorand has joined #ruby
ignorand1 has joined #ruby
drincruz_ has joined #ruby
moeSizlak has joined #ruby
ignorand has quit [Ping timeout: 252 seconds]
bandithijo has joined #ruby
drincruz_ has quit [Ping timeout: 252 seconds]
ignorand1 has quit [Ping timeout: 252 seconds]
niv has quit [Ping timeout: 252 seconds]
niv has joined #ruby
moeSizlak has left #ruby [Leaving]
pwnd_sfw4 has joined #ruby
pwnd_sfw has quit [Read error: Connection reset by peer]
pwnd_sfw4 is now known as pwnd_sfw
jacktar has quit [Ping timeout: 244 seconds]
niv has quit [Ping timeout: 252 seconds]
jacktar has joined #ruby
dvu has quit [Quit: WeeChat 3.1]
Rounin has quit [Ping timeout: 240 seconds]
dvu has joined #ruby
niv has joined #ruby
Guest33 has joined #ruby
Guest33 has quit [Client Quit]
Ziyan has joined #ruby
darkxploit has quit [Read error: Connection reset by peer]
gr33n7007h has quit [Ping timeout: 258 seconds]
gr33n7007h has joined #ruby
jmcgnh has quit [Ping timeout: 246 seconds]
jmcgnh has joined #ruby
Ziyan has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
ua__ has joined #ruby
Ziyan has joined #ruby
gr33n7007h has quit [Ping timeout: 255 seconds]
Ziyan has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Ziyan has joined #ruby
xuochi has quit [*.net *.split]
leah2 has quit [*.net *.split]
jhawthorn has quit [*.net *.split]
eam has quit [*.net *.split]
cnsvc has quit [*.net *.split]
kinduff has quit [*.net *.split]
rodd has quit [*.net *.split]
aesthetikx has quit [*.net *.split]
forvelin has quit [*.net *.split]
crawler has quit [*.net *.split]
kenichi has quit [*.net *.split]
gcd has quit [*.net *.split]
legahc has quit [*.net *.split]
pioto has quit [*.net *.split]
riceandbeans has quit [*.net *.split]
EdwardIII has quit [*.net *.split]
gfawcett has quit [*.net *.split]
lipoqil has quit [*.net *.split]
_axx has quit [*.net *.split]
jhawthorn has joined #ruby
leah2 has joined #ruby
eam has joined #ruby
kenichi has joined #ruby
legahc has joined #ruby
xuochi has joined #ruby
pioto has joined #ruby
crawler has joined #ruby
gcd has joined #ruby
riceandbeans has joined #ruby
forvelin has joined #ruby
cnsvc has joined #ruby
kinduff has joined #ruby
gfawcett has joined #ruby
_axx has joined #ruby
rodd has joined #ruby
EdwardIII has joined #ruby
aesthetikx has joined #ruby
lipoqil has joined #ruby
Ziyan has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Ziyan has joined #ruby
ur5us has joined #ruby
gr33n7007h has joined #ruby
Ziyan_ has joined #ruby
Ziyan has quit [Ping timeout: 255 seconds]
gr33n7007h has quit [Read error: Connection reset by peer]
gr33n7007h has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
ur5us has quit [Ping timeout: 255 seconds]
crawlwer_ has joined #ruby
crawlwer_ has quit [Remote host closed the connection]
crawlwer_ has joined #ruby
crawlwer_ has quit [Remote host closed the connection]
crawlwer_ has joined #ruby
Ziyan_ has quit [Ping timeout: 252 seconds]
Ziyan has joined #ruby
Ziyan_ has joined #ruby
Ziyan has quit [Ping timeout: 255 seconds]
Ziyan has joined #ruby
unmanbearpig has joined #ruby
Ziyan_ has quit [Ping timeout: 265 seconds]
unmanbearpig has quit [Changing host]
unmanbearpig has joined #ruby
crawlwer_ has quit [Remote host closed the connection]
gr33n7007h has quit [Ping timeout: 252 seconds]
Ziyan has quit [Ping timeout: 255 seconds]
Ziyan has joined #ruby
_ht has joined #ruby
gr33n7007h has joined #ruby
ignorand has joined #ruby
ignorand has quit [Ping timeout: 246 seconds]
ignorand has joined #ruby
<ignorand> Morning
curdlesnoot has quit [Quit: = ""]
Ziyan has quit [Ping timeout: 252 seconds]
Ziyan has joined #ruby
Garb0 has joined #ruby
<Ziyan> ignorand morning...
<ignorand> hi Ziyan
<Ziyan> ignorand how you doing. since freenodes implotion the IRCs are a little silent aint they?
<ignorand> Anyone any experience with AWS Lambda? I wrote some code which I can run fine locally, but when deployed on AWS Lambda it seems calls to my Aws::S3::Client.new seem to timeout. Well not all functions timeout. I am able to do .config.credentials.access_key_id or .config.region, but .list_buckets seems to timeout
<adam12> ignorand: Is there a lot of buckets available to that access key?
<ignorand> adam12, I only made 1 bucket available
<adam12> ignorand: I'd try with maybe keys that had access to 1 bucket, and see if that helps. Perhaps it's timing out because the result is too large.
<adam12> Ah. Nevermind then.
<ignorand> adam12, it runs fine on my machine
<ignorand> at first I thought it was a permission issue, so I explicetly set creds in my code so the creds of my env and of lambda would be the same
jacktar has quit [Ping timeout: 244 seconds]
<ignorand> also added the .config.region and .config.credentials.access_key_id to check if I was indeed using the creds provided
jacktar has joined #ruby
<ignorand> I'm thinking .list_buckets, .put_object etc are maybe async calls which maybe dont work in lambda or something weird like that
Garb0 has quit [Quit: Garb0]
drincruz_ has joined #ruby
Garb0 has joined #ruby
ur5us has joined #ruby
ur5us has quit [Remote host closed the connection]
Garb0 has quit [Quit: Garb0]
Garb0 has joined #ruby
weaksauce has quit [Ping timeout: 255 seconds]
<ignorand> adam12, I found an error message, albeit not a very clear one: "body": "#<Seahorse::Client::NetworkingError: execution expired>"
<ignorand> I see I can do log_level: :debug
<ignorand> I'll try that :)
gr33n7007h has quit [Quit: WeeChat 3.2]
gr33n7007h has joined #ruby
drincruz_ has quit [Ping timeout: 272 seconds]
drincruz_ has joined #ruby
drincruz_ has quit [Ping timeout: 252 seconds]
<nakilon> guys, Cacti or Netdata?
drincruz_ has joined #ruby
jamesmartinez has quit [Quit: leaving]
drincruz_ has quit [Ping timeout: 272 seconds]
<adam12> nakilon: Cacti is historic. Netdata only goes back a few minutes (hours?)
<adam12> nakilon: Also, it depends. I use netdata in some places, and librenms in others.
<adam12> nakilon: I haven't used Cacti in like 15 years.
Garb0 has quit [Ping timeout: 255 seconds]
Garb0 has joined #ruby
Garb0 has quit [Quit: Garb0]
drincruz_ has joined #ruby
pgib has quit [Remote host closed the connection]
drincruz_ has quit [Ping timeout: 258 seconds]
Byteflux has joined #ruby
Rounin has joined #ruby
perrierjouet has joined #ruby
ignorand has quit [Ping timeout: 255 seconds]
Rounin has quit [Ping timeout: 255 seconds]
AriT93` has joined #ruby
AriT93 has quit [Quit: ERC (IRC client for Emacs 28.0.50)]
AriT93` has quit [Client Quit]
AriT93 has joined #ruby
gr33n7007h has quit [Quit: WeeChat 3.2]
ignorand has joined #ruby
weaksauce has joined #ruby
gr33n7007h has joined #ruby
ignorand has quit [Ping timeout: 252 seconds]
AriT93 has quit [Quit: ERC (IRC client for Emacs 28.0.50)]
xuochi has quit [Ping timeout: 258 seconds]
rhe has joined #ruby
xuochi has joined #ruby
uplime has joined #ruby
Guest99 has joined #ruby
xuochi has quit [Ping timeout: 255 seconds]
Guest99 has quit [Quit: Client closed]
xuochi has joined #ruby
drincruz_ has joined #ruby
Ziyan has quit [Ping timeout: 255 seconds]
Ziyan has joined #ruby
drincruz_ has quit [Ping timeout: 272 seconds]
Danishman has joined #ruby
Ziyan has quit [Quit: Textual IRC Client: www.textualapp.com]
_ht has quit [Remote host closed the connection]
reset has quit [Quit: reset]
reset has joined #ruby
<nakilon> , adam12 I need a month of data
peer has quit [Changing host]
peer has joined #ruby
Jacktar_ has joined #ruby
Rounin has joined #ruby
jacktar has quit [Ping timeout: 244 seconds]
Jacktar_ is now known as jacktar
graywolf has joined #ruby
<nakilon> and maybe I need RRDTool, not Cacti
<nakilon> I just need to see custom metrics
<nakilon> and it appeared that I can't trivially add custom server data to Stackdriver, because it wants a "resource id" that has to be GCP or AWS
<nakilon> and Stackdriver refuses to take data with older timestamp than was already pushed
<nakilon> so I can't push from two servers to one timeline
<nakilon> maybe I should just push it to some [no]sql and render on fly like this? https://oss.oetiker.ch/rrdtool/prog/rrdruby.en.html