Bruno Casado
Bruno Casado
[PROBLEM] Running javascript repl doesn't identify bcrypt functions properly [HOW TO REPRODUCE] ``` import * as bcrypt from 'bcrypt'; class Teste { async main() { const passwords = [ 'anicepassword',...
hello guys i'm trying to test my functions using api gateway + authorizer and it's working pretty well, but when i have to access scopes it's not working. the following...
Hi there, i have a scheduled task like this: ``` { CronSpec: "@every 1m", Task: asynq.NewTask( "campaign:email_verification_scheduler", []byte(`{"fixed":"true"}`), asynq.TaskID("campaign:email_verification_scheduler"), asynq.Timeout(time.Hour*1), asynq.MaxRetry(0), asynq.Queue("critical"), ), Options: []asynq.Option{}, }, ``` This is causing...