-
-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pg_xact No Such File error in logs #709
Comments
@kevinjbayer hmm, I have not seen that error before. From searching around, it looks like it's a problem with your Postgres instance: https://postgrespro.com/list/thread-id/2546853 I'd recommend you open up a support ticket with Heroku. From that thread, it seems like restarting the database is the recommended action. Hopefully Heroku Support can help with that on a managed database. |
@bensheldon Thanks for taking a peek. I couldn't figure out a fix and I doubt Heroku support would do much on a free hobby level database, so I unfortunately switched over to Sidekiq for the time being. Wish I knew exactly what caused this, though, as I love the idea of keeping it all in Postgres and not needing Redis for background jobs. Closing this for the time being. |
@kevinjbayer bummer. No worries, I understand your desire to move forward. Another thought, in case someone else experiences this, is to change the channel GoodJob LISTENs on to workaround the problem.
It'll print a warning about redefining the constant, but I think it might work around the problem of the default channel being haunted in your Postgres. |
Hello,
From what I can tell, good_job still seems to be running and working correctly, but my logs are being hammered by the following error:
Tried upgrading all gems in the project (was on good_job 3.0.0), but it's still happening and it's added the path to the error now. This is just a portion in case it helps troubleshoot:
Any insights? Can I remove whatever is looking for pg_xact/014D? This is hosted on Heroku. Thanks!
The text was updated successfully, but these errors were encountered: