Leo Barcellos
Leo Barcellos
I'm running into something similar, also getting 'IndexError: list index out of range' when calling u.authenticate. `File \"/var/task/warrant/__init__.py\", line 383, in authenticate\\n self.verify_token(tokens[\\'AuthenticationResult\\'][\\'IdToken\\'],\\'id_token\\',\\'id\\')\\n', ' File \"/var/task/warrant/__init__.py\", line 202, in verify_token\\n...
@nueverest @armicron Did you guys found a solution/workaround for this?
Hi @garrettheel , I would love to, but I'm kinda new to Python, I don't have the necessary skill yet. Gonna study and add a test as soon as I...
hi @garrettheel ! I added a test on test_base_connection.py. I was trying to add a test in test_model.py using the info from describe_table to check, could not yet make work.
> hey @leobarcellos, is there anything I can help with for those tests? thanks! > hi @garrettheel ! I added a test on test_base_connection.py. > > I was trying to...
> > #518 > > encryption_enabled argument can be passed to Model.create_table > > `Model.create_table(wait=True, encryption_enabled=True)` > > It should be noted in new documentation describing this feature that setting...
I'm also having this problem deploying in a Aws Lambda
 Is this expected behaviour? Or something is wrong because I have 8k+ jobs on queue?
Update: I increased REDIS_CONCURRENCY of workers and increased memory a little bit, now sometimes I get 0 in queue, and on busy hours it's average 3k in queue However, I...