Gabriel Vîjială
Gabriel Vîjială
> So it seems Django/DRF fields are detected as Marshmallow fields, when they should not. So a simple workaround is getting rid of the Marshmallow field detector method in the...
> Do you have a full working example? @mschoettle Sure thing: - mocking code [here](https://github.com/liquidinvestigations/hoover-snoop2/blob/600f9ae4aed16aa17d2f9a7b428dba1443e131b8/docs/docs_mock.py#L51) - mocking modules and functions/classes listed in [this file](https://github.com/liquidinvestigations/hoover-snoop2/blob/600f9ae4aed16aa17d2f9a7b428dba1443e131b8/docs/mock-modules.txt) -- you need to list every...
Thank you for looking into this. > the variables primarily being only for installation anyhow (not changes post-installation) This is not true, for example in Docker or Kubernetes the database...
> Is there something that prevent you to *fix it* It's certainly not a difficult problem to fix once you understand where it comes from and how to mitigate it....
got CI execution here: https://github.com/gabriel-v/redun/actions/runs/6113659282/job/16593587764?pr=3 no new tests so far PR https://github.com/insitro/redun/pull/84
> you're ingesting a lot of events Yes, mainly because of previously undiscovered spam of errors (restart loops, spammy logs, etc). We will make use of the tools provided (project...
Our 64GB ram instance has been running on [these limits](https://github.com/getsentry/self-hosted/compare/23.6.1...gabriel-v:sentry-self-hosted-memory-limits:23.6.1-memory-limit) - you can probably adjust those to your instance size. We've been indexing 100k events/day every day since posting this...
Any update on this one? Also, @untitaker > There are ways, but not with Sentry CLI. We don't recommend doing that. What ways? You mean the [create project api endpoint](https://docs.sentry.io/api/projects/create-a-new-project/),...
hi @ernestum Thanks for the review. I'm no longer working on this experiment, it was a nice starting point into understanding how this works; I ended up working on a...
Did a custom reinterpretation of this repo's DAG definition API using async python and scylladb, seeing some great throughput out of it - will leave a comment here when we...