immerrr again
immerrr again
Hi, Just ran into this because S3 was rejecting requests made from within `freeze_time` block as too old, and was unable to `ignore` my way around it. Turns out, `boto3`...
@boxed would you be able to have a look at this? it is still impossible to use `freezegun` with any code that's uploading files to S3, because of #331, and...
Normally, `django.setup()` happens [on module import as a fixup](https://github.com/celery/celery/blob/d90caee6d91a0fcc91756329503a35bf8fef720a/celery/fixups/django.py#L82-L84) which end up calling [this method](https://github.com/celery/celery/blob/d90caee6d91a0fcc91756329503a35bf8fef720a/celery/fixups/django.py#L116-L118). The problem here is that there's a codepath that involves django-celery-results that imports and starts...
It is true that a lot has happened in the 4 years since the issue was opened, but it appears that the current versions of celery and django-celery-results the original...
@jairhenrique would you be able to look at this at your convenience?
Re: `StickyHeadersMiddleware`: not all headers should be sticky, there's a set of headers that are sent with usual browsers, so I believe there is a place for some `IAmABrowser` middleware,...
I think it should be possible, I am currently working on patching the helm chart to add a sidecar container to the server pod that would run `vmbackup` instance managed...
@ulikl ah, thank you, good to know! does it mean that when i pass a `-snapshotName=` to vmbackup with `-snapshot.createURL`, it will create a snapshot automatically?
I think you still need a sidecar to access the volume where snapshots are created.
This is the URL on the VictoriaMetrics (vmstorage) instance itself, that would trigger a creation of a snapshot in its corresponding data directory. If vmbackup has access to that directory,...