Skip to content

Microservices

Adam Brown edited this page Sep 22, 2023 · 3 revisions

In order to support specific functionality required by some of our sites, we run microservice pods along with the WordPress/Nginx pods in the namespace.

These microservices are:

  • Service pod - Interface for running aws cli commands against resources in the cluster.
  • FeedParser - Designed to retrieve the Oleeo job feed and parse that data into a JSON file that our WP wp job feed importer can use.
  • WordPress cron - Triggers the built-in WordPress cron so that even if there is no traffic on the site, cron will run.
Clone this wiki locally