antoniocascais

Results 9 comments of antoniocascais

We faced the same problem described in this issue. We had an existent PR in our Repo, so we assume that was the root cause of the push rejection. Here's...

We are starting to use DLQs and we also have the problem of the log files not being deleted after being processes. No idea how to help with those issues...

Maybe this is a bit OT, but... Is it possible to add metrics to the app? For example, first thing that pops into my mind: adding metrics for probe failures....

> > Maybe this is a bit OT, but... Is it possible to add metrics to the app? For example, first thing that pops into my mind: adding metrics for...

I literally just spent 1hour trying to understand why my panes were not being properly restored (names of the windows were wrong and layout was also wrong) and decided to...

Having the same problem as explained in this issue. My use case: we have a field (that comes from kubernetes audit logs, so we can't modify the source) where `record["foo"]["bar"]`...

I only used BabyAGI for like 5min, but one way is to redirect the output to a file: ``` python babyagi.py > output ``` This way the script will not...

> We've also noticed that the auth request doesn't seem to pass in a maximum session duration. It would make sense to set this to the same as the refresh_credentials_interval...

@aparo is this repository still being maintained? If so, could you merge this?