Jan Gaßner

Results 26 comments of Jan Gaßner

Hi @djyasin branch is now rebased against devel. Did not run tests again, but changes look the same as before, even though some Ansible db-migration code this PR currently removes...

@shanemcd Correct. Any pod-launch will run the `database-migration` initContainer. Django checks for required migrations before doing anything and exits gracefully with rc 0, when none are pending. From my tests...

@kdelee This should be no problem. We certainly do not experience problems with a similar setup on other Django apps in K8s. Django by default uses transactions and therefore PostgreSQL...

Yeah, no, this is not working. There seems to be no real interest on the maintainers side to implement this, so I'll not bother anymore and close this PR, as...

@rooftopcellist No worries - I've rebased it.

As said in #927 I'll not bother anymore if the maintainers have no interest.

@dgarros Of course - see #22

@z-8-d Maintainers are not responding. Would guess they've moved on from NetBox to their NetBox-Derivate Nautobot and are not keen to help NetBox any further.

@nniehoff @dgarros Some time has passed since the last activity here - Could you have a look at this PR?

We run into this issue as well - it seems to have been introduced in django-rq 2.9.0 via this commit: https://github.com/rq/django-rq/commit/df3271341a3668717844dcdc9a4a77e64a6316d0 Not completely sure, but seeing our own settings, your...