Simon Cornelius P. Umacob

Results 11 comments of Simon Cornelius P. Umacob

Yepp, I've tried disabling `keepAlive` in ioredis and calling `crawl.stop()` without calling `crawl.start()`, and the script still doesn't exit. Our use case is for a separate script (preferably in AWS...

Ah... `process.exit()` has also been recommended by the guys at ioredis. I guess we'll just use this workaround. :)

Hi @chiararelandini, this question is a year old, but how did you end up implementing your liveness probe? We're currently using `httpGet`, but I want to remove the HTTP server...

I also encountered this a while ago. It turns out that my bucket name is correct. The version that I'm using is: ``` $ serverless -v Framework Core: 3.18.0 Plugin:...

Greetings. I am an astronaut from the future. I've just landed on the moon via the Apollo spacecraft only to encounter this issue.

I gave up trying to make `setClient()` work on Sapper so I just did something like: - `_layout.svelte` ``` import client, { EVERYTHING } from '../../lib/apollo.js'; export async function preload()...

I had this feeling that it won't work under WSL out of the box, so I didn't even attempt to do so. I just used VirtualBox. It would be awesome...

Dear Santa Claus, I wish for the ability to override module resources from outside the modules too. Thanks, Santa!

This sounds interesting. I wish this would work on Terraform Cloud though...

My use case is that I reorganized my code into two modules. Both modules call `cloudflare_zone` on the same zone. I'm looking for a way to let the main code...