If I understand it correctly, you can configure Openshift to run cronjobs which will run a job periodically. Also a job seems to run a new container each time the cronjob fires. I need a way to run a …
Tag: openshift
How to open DB connection in Openshift? [closed]
This is my dbcon file in PHP. Basically, I need to connect my PHP application with openshift MySQL DB. Here’s what I did. <?php // Database Connection Setting $dbhost = "127.0.0.1"; // …