mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 08:57:10 -06:00
91ba2a4aab
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.
8 lines
160 B
YAML
8 lines
160 B
YAML
plugins:
|
|
discourse_automation_enabled:
|
|
default: false
|
|
client: true
|
|
discourse_automation_enable_recurring_debug:
|
|
default: false
|
|
hidden: true
|