Martin Janeček
Martin Janeček
I believe this is related to #721. Linking this for reference.
For the reference, this seems to be implemented, if I understand this issue correctly. https://github.com/OptimalBits/bull/blob/develop/REFERENCE.md#keepjobs-options, https://github.com/OptimalBits/bull/blob/4b8a386acedcec6da137f9bb810170c3a8eb11d2/lib/commands/moveToFinished-9.lua#L119-L132 ```ts { removeOnComplete: { age: 86400 * 5 }, // remove completed jobs after...
On our instance, running `find /var/lib/docker/volumes/sentry-data/_data -type f -atime +90 -delete` saved ~8gb, about 12% of total disk space, 32% of the sentry-data volume. 90 matches our configured retention from...
@dougwilson hi, I have a use-case for dynamic configuration. We have a back-end staging environment running, currently serving as both a staging endpoint for staging instance of the webapp, which...
I could probably finish this including tests, if @matej21 doesn't mind?
I remember there were some issues after upgrades, which caused a process to hang in restart loop due to some incompatibility. You could see if some service keeps spamming the...
> Like limiting amount of events he can accept @Simanas we've configured rate limit on our Sentry instance, and I didn't need to "wage a mass scale war against him"...
I've ran into similar issue with a bit uncommon setup, but maybe this will help shed some light. I have a working setup on local node 18, using yarn (on...
> The other method signature you used is actually not intended to be used for deleting a single document by ID Ah, another user guilty of coding by autocomplete (are...
@CescZafra thank you for your workaround. I have updated it a little, because it didn't work fully for me. My version: https://gist.github.com/wodCZ/ed1a2eb44b001337b6bc Edit: when leaving view with this version with...