Available Tasks

Task Name Description Parameters
performFetch Performs a standard fetch to a given url and returns detailed information about any failures.
  • url (string, required)
pingMysql Performs a simple query on a given MySQL server
  • host (string, required)
  • user (string, required)
  • password (string, required)
  • port (number, required)
  • database (string, required)
  • ssl (boolean, required)
sayHello Performs a simple console log. Randomly fails