8 Commits

Author SHA1 Message Date
Sebastian Rieger
d845403a4c set start retries in supervisord to unlimited to avoid broken backend if app-service instance containing the database is later running than the API, in rare cases this can happen though the service instance is started before the API instances 2022-05-16 16:09:51 +02:00
Sebastian Rieger
f0d4cd0f80 fixed faafo-api http server hanging 2022-05-13 22:36:10 +02:00
Sebastian Rieger
162db34e1b add swap to fix OOM kill for pip in cheapest AWS instance type m1.tiny 2022-04-26 22:54:56 +02:00
Sebastian Rieger
6949506b0f added aws install.sh in faafo to fix reqs install failed 2022-04-26 22:38:56 +02:00
Sebastian Rieger
6e2b8dc1f0 fixed "faafo list" not working, due to SQLalchemey >1.4
File "/usr/local/lib/python2.7/dist-packages/flask_restless/helpers.py", line 595, in count
    if num_results is None or query._limit:
AttributeError: 'BaseQuery' object has no attribute '_limit'
2021-04-23 00:26:59 +02:00
Sebastian Rieger
a2ab32360c changed location of mysqld.cnf to support Ubuntu 18.04 2020-04-21 23:55:53 +02:00
Sebastian Rieger
39c00f843d changed faafo repo 2020-04-21 15:57:28 +02:00
Sebastian Rieger
5b953bb5ed added faafo example 2020-04-21 15:46:58 +02:00