-
Place the supervisord.conf under .ebextensions/supervisor/
-
Place the supervisor.config under .ebextensions/
-
Place the data_import_consumer.conf under .ebextensions/supervisor/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: php | |
cache: | |
directories: | |
- $HOME/.cache/pip | |
- $HOME/.composer/cache/files | |
php: | |
- 5.6 | |
- 7.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
set_time_limit(0); | |
/* | |
* Okay, the project is LIFE.php so we want to skip all the boring pre-life part. | |
* Thanks to php, we can just do a 5 billion years sleep. | |
* | |
*/ | |
define('YEAR',3600*24*365); |