Giter Club home page Giter Club logo

Comments (3)

djpiper28 avatar djpiper28 commented on September 22, 2024

It is pointed at my database, which has almost nothing in its logs:

postgres@dannyboi:~/16/main/log$ cat postgresql-2024-04-29_000000.log
2024-04-29 10:34:05.649 BST [258035] LOG:  checkpoint starting: time
2024-04-29 10:35:39.103 BST [258035] LOG:  checkpoint complete: wrote 935 buffers (5.7%); 0 WAL file(s) added, 0 removed, 1 recycled; write=93.408 s, sync=0.020 s, total=93.454 s; sync files=306, longest=0.006 s, average=0.001 s; distance=4275 kB, estimate=4275 kB; lsn=0/30F1A48, redo lsn=0/30F1A10
2024-04-29 11:06:25.767 BST [3044881] bracket@bracket LOG:  could not receive data from client: Connection reset by peer
2024-04-29 11:09:05.683 BST [258035] LOG:  checkpoint starting: time
2024-04-29 11:09:22.054 BST [258035] LOG:  checkpoint complete: wrote 164 buffers (1.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=16.342 s, sync=0.007 s, total=16.371 s; sync files=151, longest=0.003 s, average=0.001 s; distance=796 kB, estimate=3927 kB; lsn=0/31B8DB8, redo lsn=0/31B8D80

from bracket.

djpiper28 avatar djpiper28 commented on September 22, 2024

Background env:

env:
  - name: ENVIRONMENT
    value: PRODUCTION
  - name: CAPTCHA_SECRET
    value: REDACTED, also no clue if this even used, just didn't want to lose my secret
  - name: PG_DSN
    value: postgresql://bracket:REDACTED@bracket-postgres:5432/bracket
  - name: JWT_SECRET
    value: REDACTED
  - name: CORS_ORIGINS
    value: https://bracket.djpiper28.co.uk
  - name: ADMIN_EMAIL
    value: [email protected]
  - name: ADMIN_PASSWORD
    value: REDACTED
  - name: ALLOW_INSECURE_HTTP_SSO
    value: "false"
  - name: AUTO_RUN_MIGRATIONS
    value: "true"

from bracket.

djpiper28 avatar djpiper28 commented on September 22, 2024

fixed it. the app was not responding to liveness checks so was killed. I simply turned these checks off... (a big sketchy tbh)

from bracket.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.