discourse/plugins/automation/config/settings.yml
Osama Sayegh 91ba2a4aab
DEV: Add debug logging for automation recurring trigger (#28829)
We're seeing a problem where some recurring automations end up in a state where they don't have any `pending_automations` records scheduled which effectively makes the recurring automation dead. We need to add some debugging to figure out what might be causing this problem.

Internal topic: t/138045.
2024-09-11 01:29:15 +03:00

8 lines
160 B
YAML

plugins:
discourse_automation_enabled:
default: false
client: true
discourse_automation_enable_recurring_debug:
default: false
hidden: true