Hey guys, I'm working on deploying a Bulk Download...
# kubernetes
s
Hey guys, I'm working on deploying a Bulk Download PHP container for my company and got the PHP script done, image created and deployment written. The container does start correctly, showing the following message on start-up:
Copy code
Started - listening to /srv/uploaded/
This means the PHP script is listening on that folder, and should keep listening and any file placed in there would be uploaded to S3. But the actual behaviour is that once started, it listens on the on the folder, and then the PHP script just stops when there's nothing in there, causing the container to crash. Do you guys know any way of keeping the PHP script alive or keep re-running it until the container is manually killed?