Red Hat retired their old version of Openshift and replaced it with the Kubernetes-based version 3. However, they also took away some features in the free plan that I was using, such as cron jobs.
So I spent the last couple weeks doing the migration.
So I spent the last couple weeks doing the migration.
- Replaced cron jobs with JEE batch jobs. These are scheduled using JEE schedules. Pretty cool.
- I still need to add the custom domain forwarding (another feature in the paid plans that used to be free). I am looking at cloudflare as a proxy.
- The service is having problems deploying my app with storage. I couldn't figure out the root cause so I made some services to reload the data when I deploy a new version.