Commit Graph

11 Commits

Author SHA1 Message Date
4bfb746cad changed Ubuntu to 20.04, made python3 the default while installing faafo, added comment to show use of different faafo branches for cloud-init 2023-09-25 13:23:22 +02:00
d64e5eb347 Updated install.sh 2023-08-08 04:35:26 +05:00
3b0062a84b Converted all other files into python 3 using 2to3 lib 2023-08-07 13:25:43 +05:00
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
f0d4cd0f80 fixed faafo-api http server hanging 2022-05-13 22:36:10 +02:00
162db34e1b add swap to fix OOM kill for pip in cheapest AWS instance type m1.tiny 2022-04-26 22:54:56 +02:00
6949506b0f added aws install.sh in faafo to fix reqs install failed 2022-04-26 22:38:56 +02:00
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
a2ab32360c changed location of mysqld.cnf to support Ubuntu 18.04 2020-04-21 23:55:53 +02:00
39c00f843d changed faafo repo 2020-04-21 15:57:28 +02:00
5b953bb5ed added faafo example 2020-04-21 15:46:58 +02:00