Goal: Reload the source of the database table "news", set the maxim amount of retries to 3 and a 5 second delay between them.
table, maxRetries and retryDelay have to be assigned within the params object of the action.
{
"type": "reloadDatabaseTable",
"params": {
"table": "news",
"maxRetries": 3,
"retryDelay": 5
}
}