Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

v4.6.1

Compare
Choose a tag to compare
@OriHoch OriHoch released this 19 Mar 16:13
· 26 commits to master since this release
  • removed new-relic - it doesn't work and causes many irrelevant error messages
    • specifically, ran the following on each web server:
    • sudo cp /etc/supervisor/conf.d/oknesset.conf{,.bak}
    • sudo nano /etc/supervisor/conf.d/oknesset.conf
      • removed new-relic, call gunicorn directly
    • sudo supervisorctl update all
    • sudo supervisorctl restart oknesset
  • added error message to kikar/get-statuses (before it was empty page with http 400 which was confusing to me..)